The patch uses https://github.com/geany/geany/pull/3439 as its base (which, I believe, used https://github.com/geany/geany/pull/260 as its base). I made a few fixes I suggested in https://github.com/geany/geany/pull/3439.
In addition, I added the SCSS optlib-based ctags parser for SCSS and dropped the use of the CSS parser for LESS which doesn't seem to work very well. Closes #260. Closes #908. Closes #1626. Closes #2767. Closes #3439. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4095 -- Commit Summary -- * add less and scss file types * fix file naming * Minor updates to match Geany style * Use SCSS ctags optlib parser * Don't use CSS parser for LESS -- File Changes -- M ctags/Makefile.am (1) A ctags/optlib/scss.c (212) M data/Makefile.am (2) A data/filedefs/filetypes.LESS.conf (17) A data/filedefs/filetypes.SCSS.conf (23) M data/filetype_extensions.conf (2) M meson.build (1) M src/tagmanager/tm_parser.c (19) M src/tagmanager/tm_parser.h (1) M src/tagmanager/tm_parsers.h (3) M tests/ctags/Makefile.am (1) A tests/ctags/simple.scss (89) A tests/ctags/simple.scss.tags (38) M tests/meson.build (1) -- Patch Links -- https://github.com/geany/geany/pull/4095.patch https://github.com/geany/geany/pull/4095.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4095 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
