It's everything I would want, thanks! But where are the symbols? Or is tag parsing still on the TODO list?
Not on my todo list :-).
But if you want to create something, I can imagine a super-simple approach of implementing the parser which works just based on the common way prolog files are indented; indented lines would be ignored by the parser and for non-indented lines the string between the start of the line until (
would be taken as the name of the tag. The erlang parser does something similar:
https://github.com/geany/geany/blob/master/ctags/parsers/erlang.c
Before starting to work on something like that, better to ask at the universal-ctags project whether the maintainer doesn't prefer the parser in the form of a regex-based parser.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.