In ~/.config/geany/filetype_extensions.conf this could be added by default: `CSS=*.css;*.less;`
In ~/.config/geany/filedefs/filetypes.css this could be added by default: ``` [lexer_properties] lexer.css.less.language=1 ```
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.
Please provide the version of Geany, with recent GIT version, adding ``` [lexer_properties] lexer.css.scss.language=1 ``` to my filetypes.css works for me, at least it highlights stuff like `@include` and `@mixin` in the examples I copied from the SASS site (since I don't know the language).
Geany 1.23.1 "Traeda" (built on or after May 19 2013) I've installed geany from repositories using `apt-get install geany` OS is Ubuntu 14.04 LTS 32-bit
Well, thats way out of date, there is not much we can do with that. Have a look at https://launchpad.net/~geany-dev/+archive/ubuntu/ppa and see if there is a newer version that will run on your OS version.
Woo! Thanks for the repository, much appreciated.
On 20 October 2017 at 22:53, RossosHEX notifications@github.com wrote:
Woo! Thanks for the repository, much appreciated.
Thank the nice man who makes it on the Geany teams behalf. Despite the name its a personal PPA.
—
You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/geany/geany/issues/1626#issuecomment-338198025, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxgTQkQ8BqTkG_NFandNisdeZQn1cRYks5suJfJgaJpZM4PuNk- .
Closed #1626 as completed via #4095.
github-comments@lists.geany.org