A bunch of string and comment styles were missing and so Geany could not detect the corresponding styles in code.
Compared the mappings in `src/highlighting.c` against the list of used Scintilla lexers in `scintilla/src/Catalogue.cxx` and added missing style mappings. I also added "stubs" for lexers which don't support string or style, just to have them listed and make sure they are not missing again.
Another pair of eyes to double check copy&paste mistakes are welcome.
Missing styles were detected in https://github.com/geany/geany-plugins/commit/236363f0e7dfab7db8690cc051a534.... You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1502
-- Commit Summary --
* Add missing string and comment styles for various lexers
-- File Changes --
M src/highlighting.c (86)
-- Patch Links --
https://github.com/geany/geany/pull/1502.patch https://github.com/geany/geany/pull/1502.diff