I\'d like Sublime 2 editor to treat *.sbt files (to highlight syntax) as Scala language, same as *.scala, but I can\'t find where to set this up. Do you happen to know?
There is a quick method to set the syntax: Ctrl+Shift+P,then type in the input box
Ctrl
Shift
P
ss + (which type you want set)
eg: ss html +Enter
Enter
and ss means "set syntax"
it is really quicker than check in the menu's checkbox.