The TagManager format is not really meant to be used directly (hence the lack of docs), it's meant to be generated by Geany itself using the -g
option. If you're really interested, you can find the code that reads and writes this format in tm_source_file.c.
I believe Geany can also load Ctags format, written by tools like universal-ctags as well, if you need something more advanced than pipe format, without reverse-engineering TM format.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.