MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
131 stars 33 forks source link

Support json output #69

Open Avi-D-coder opened 5 years ago

Avi-D-coder commented 5 years ago

universal ctags json output docs This is useful for better support in vista.vim

jhenahan commented 5 years ago

I'll look into this. Is there any documentation about translating the JSON representation to the standard TAGS one? It'd be awfully pleasant if I could just tweak the types and get both JSON and TAGS out of the same underlying structure without too much extra machinery.

Avi-D-coder commented 5 years ago

I haven't seen any, but it could exist