.scss.erb extension syntax highlighting for scss in aptana / eclipse

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.

+5
source share
1 answer

It must be.

, "" > "" > "" > " " *.scss.erb, Eclipse, :

https://bugs.eclipse.org/bugs/show_bug.cgi?id=168573

, , - Project Explorer Open With > Other... Sass Source Editor.

0

All Articles