this PR is adding the ctags for FORTH. It's very simple, it only detects the ":" for the beginning of a word:
![image](https://user-images.githubusercontent.com/477243/214932630-f14a944e-fb7b-43a...)
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