Heya!
I am trying to stylize SASS/SCSS *.scss files in Geany.

Adding
CSS=*.css;*.scss;*.less;
In filetype_extensions.conf helped with applying *.CSS styling to the *.scss files.

However by adding
[lexer_properties]
lexer.css.less.language=1
In filetypes.css the styling for all *.css *.scss is gone.

Removing the said lexer from filetypes.css brings the default CSS styling back.

Any insights on why this is happening?

P.S.
I also tried
[lexer_properties]
lexer.css.scss.language=1
and
[lexer_properties]
lexer.css.less.language=1
lexer.css.scss.language=1
to no avail.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.