See https://github.com/geany/geany-plugins/pull/1444 for some discussion.
Also fixes keywords not being highlighted because of incorrect keyword group name "keywords" instead of "primary" as defined in `highlightmappings.h` (apparently not many people using Geany for Cobol). A possible alternative of the patch would be to keep "keywords" in the config file and replace "primary" in `highlightmappings.h`. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4337 -- Commit Summary -- * Cobol: fix keyword group name in fileypes.cobol * Cobol: Use SCE_COBOL_* defines for highlighting mappings -- File Changes -- M data/filedefs/filetypes.cobol (4) M src/highlightingmappings.h (17) -- Patch Links -- https://github.com/geany/geany/pull/4337.patch https://github.com/geany/geany/pull/4337.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4337 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4...@github.com>