Add Ocaml ctags parser
commitc509b9000633acd9c9af93f15a84a3f4e6dd5ad3
authorJiří Techet <techet@gmail.com>
Tue, 12 Apr 2022 19:37:36 +0000 (12 21:37 +0200)
committerJiří Techet <techet@gmail.com>
Tue, 19 Mar 2024 21:38:54 +0000 (19 22:38 +0100)
tree2b40359ced1c285618070b5612eb7f9b761120e8
parent847dc92d0e412baff0a9b640bbd25b1cbe546cfa
Add Ocaml ctags parser
ctags/Makefile.am
ctags/parsers/ocaml.c [new file with mode: 0644]
meson.build
src/filetypes.c
src/tagmanager/tm_parser.c
src/tagmanager/tm_parser.h
src/tagmanager/tm_parsers.h
tests/ctags/Makefile.am
tests/ctags/simple.ml [new file with mode: 0644]
tests/ctags/simple.ml.tags [new file with mode: 0644]
tests/meson.build