This fixes support for COBOL symbols after the recent breakage of regex parsers, as well as introducing additional features and bug fixes.
Also import some of the tests.
https://github.com/universal-ctags/ctags/pull/2076
Part of #2119. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2128
-- Commit Summary --
* COBOL: Import new upstream candidate parser
-- File Changes --
M ctags/parsers/cobol.c (520) M src/symbols.c (2) M src/tagmanager/tm_parser.c (3) M tests/ctags/Makefile.am (8) A tests/ctags/cobol/helloworld.cbl (14) A tests/ctags/cobol/helloworld.cbl.tags (11) A tests/ctags/cobol/helloworld2.cbl (19) A tests/ctags/cobol/helloworld2.cbl.tags (11) A tests/ctags/cobol/levels.cbl (27) A tests/ctags/cobol/levels.cbl.tags (22) A tests/ctags/cobol/quoted-program-id.cbl (7) A tests/ctags/cobol/quoted-program-id.cbl.tags (5) R tests/ctags/cobol/simple.cbl (0) A tests/ctags/cobol/simple.cbl.tags (22) D tests/ctags/simple.cbl.tags (19)
-- Patch Links --
https://github.com/geany/geany/pull/2128.patch https://github.com/geany/geany/pull/2128.diff