Vim syntax file for writing mtable parsers in ctags #4017
terminatorul
started this conversation in
Show and tell
Replies: 2 comments
-
Though I maintained actively, I wrote a similar one for Emacs: https://github.com/universal-ctags/ctags/blob/master/misc/ctags-optlib-mode.el . You can put yours to https://github.com/universal-ctags/ctags/tree/master/misc if you want. BTW, the name of script engine is optscript, not Ghostscript. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @terminatorul, would you consider putting your syntax file on GitHub? It would be more friendly to plugin managers that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed there isn't anything like this when I was struggling with the regular expressions for my parser. so here is a Vim syntax file for mtable parsers for ctags:
https://www.vim.org/scripts/script.php?script_id=6112
Highlighting only for the default regular expressions (POSIX ERE extended expressions). Let me know if you find this usefull or if you found something similar that can help read parser file.
Contributions are welcome, there are many missing parts in the syntax:
(some corner cases still exist)
Beta Was this translation helpful? Give feedback.
All reactions