Branch: refs/heads/master
Author: Jiřà Techet <techet(a)gmail.com>
Committer: Jiřà Techet <techet(a)gmail.com>
Date: Wed, 04 Dec 2024 14:59:13 UTC
Commit: 5350136b43f0fe0896c1a71f57176798f5060de4
https://github.com/geany/geany/commit/5350136b43f0fe0896c1a71f57176798f5060…
Log Message:
-----------
Don't use CSS parser for LESS
It doesn't seem to produce very good results. In any case, add
commented-out options to use either CSS or SCSS parsers so users can
experiment with them.
Modified Paths:
--------------
data/filedefs/filetypes.LESS.conf
Modified: data/filedefs/filetypes.LESS.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,8 @@ lexer.css.less.language=1
[settings=CSS]
lexer_filetype=CSS
-tag_parser=CSS
+#tag_parser=CSS
+#tag_parser=SCSS
# default extension used when saving files
extension=less
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).