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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
in Sublime Text 2 there is a menu command:
|
|||
|
|
|
I've found the answer (by further examining the Sublime 2 config files structure): I was to open
And edit it to add
PS: May there be a better way, something like a right place to put my customizations (insted of modifying packages themselves), I'd still like to know. |
|||||
|
|
I put my customized changes in the User package:
Which also means it's in JSON format:
This is the same place the
menu item adds it (creating the file if it doesn't exist). |
|||
|
|