If I have an eRuby file in a scss file, I need to make the * .scss.erb extension. However, this causes the sytax highlighting to stand out * .erb, not * .scss. Is there a way to get an eclipse in order to determine syntax highlighting more intelligently or at least allow manual assignment of syntax, for example, in notepad ++?
The only workaround I have found so far is to rename the * .scss file, open it, and then rename it back to * .erb so that it is processed correctly later.
source
share