[Github-comments] [geany/geany] Add default support for LESS files (quick fix) (#1626)

RossosHEX notifications at xxxxx
Fri Oct 20 09:04:45 UTC 2017


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 or view it on GitHub:
https://github.com/geany/geany/issues/1626#issuecomment-338150033
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171020/bfb31691/attachment.html>


More information about the Github-comments mailing list