Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Thanks Jussi. I'm still trying to figure this one out though, even after reading the ctags manual. It appears that I may have to add a special regex search type.
From what I have seen the ctags language parsers that use the regex approach are quite simple to create. Some of the languages that come as part of ctags use this approach and from what I remember their parsers comes in at a dozen or so lines.
One thing to note is the default ctags build has the regex turned off, so to build a regex parser you need to turn on the regex option in the make file and also download the GNU regexp DLL package.