Hi Maybe not clean but working solution: http://geany.robert.dvu.pl/
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/908
@techee thanks so much for your effort, but I see you're planning to close this out once your work is merged and the reason I came here is that I need highlighting support for .**SASS**, _not_ .SCSS.
I use SASS which is indentation-based, and I use a lot of its shorthand properties (like = instead of @mixin). Gedit has this but I don't know how easy it is to port this to Geany. I would be willing to work with you to extend support to SASS, if you were interested.
OK, good point, the PR won't address SASS so I'll keep this issue open.
I believe gedit uses GtkSourceView as the source code editing component. Geany, however, uses Scintilla so there's no way to port the code from gedit. One would have to write a new Scintilla lexer or modify the existing lexer for CSS/SCSS/LESS.
github-comments@lists.geany.org