Tags and C files using non standard C file extensions.
Tags and C files using non standard C file extensions.
What is the easiest way to process the tags in a 'C' file that has a unique (non C -standard) file extension?
You can use the −−langmap=map[,map[...]] command line option.What is the easiest way to process the tags in a 'C' file that has a unique (non C -standard) file extension?
You can get at the command line by editing the xtags.ini file found in the Zeus install directory.
For details on −−langmap option see the ctags manual found here: http://ctags.sourceforge.net/ctags.html
Another option would be to download the ctags source code from here: http://sourceforge.net/projects/ctags
You could then add the file extensions to file extensions found in the C parser found in c.c file. If you do create a new executable remember to rename the ctags.exe to xtags.exe

Cheers Jussi