Add lisp ctags parser
commitdbfc2542d675becab5f428db2ea4e6efdac4d90d
authorJiří Techet <techet@gmail.com>
Tue, 12 Apr 2022 22:16:45 +0000 (13 00:16 +0200)
committerJiří Techet <techet@gmail.com>
Thu, 12 May 2022 23:43:19 +0000 (13 01:43 +0200)
treef17e891f8c5b699fdc5ad84ccfcb94df6e72fe2d
parent7bd665d4e63fceda587d16e221b719b60df9b5c2
Add lisp ctags parser

Alternatively, there's also EmacsLisp parser (also inside lisp.c) which
could be used instead.
ctags/Makefile.am
ctags/parsers/lisp.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.lisp [new file with mode: 0644]
tests/ctags/simple.lisp.tags [new file with mode: 0644]
tests/meson.build