this PR is adding the ctags for FORTH. It's very simple, it only detects the ":" for the beginning of a word:
 Possible improvements: - it could write "words" instead of "section" in the symbol list - it could only parse the first word after the ":", and not the eventual code after it You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3377 -- Commit Summary -- * adding forth ctags * adding forth.c for ctags -- File Changes -- M ctags/Makefile.am (1) M ctags/main/parsers_p.h (1) A ctags/parsers/forth.c (78) M src/filetypes.c (2) M src/tagmanager/tm_parser.c (6) M src/tagmanager/tm_parser.h (1) M src/tagmanager/tm_parsers.h (1) -- Patch Links -- https://github.com/geany/geany/pull/3377.patch https://github.com/geany/geany/pull/3377.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3377 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
