Is there any way to set a default language for file types on a per-project basis?
For example, in a rails project I want to set the following:
- *.erb files use “HTML (Rails)” by default instead of “HTML (Ruby - ERB)”
- *.rb files use “Ruby on Rails” instead of “Ruby”
Right now I have to change it manually for every file and the selection seems to be forgotten every time the file is closed and re-opened.
Thanks.