On Sun, Dec 14, 2008 at 7:10 PM, Tony Mechelynck <[email protected]> wrote: ... > IIUC, you don't need to recompile Exuberant Ctags to add a new language. > Just add the appropriate lines to your ~/.ctags (or ~/ctags.cnf on Windows).
Yes, I believe some of the howto's point out the regex examples. If not specifically for Tex, at least the Ant one discussed yesterday. The _problem_ with extending tags using regex is for each regex you add it must make another pass through the document. If the document is quite large and you have many regex defined, it can be very slow to generate the tags. Given Tex is a document is stands to reason these files could get large. So building a proper token parser results in a significantly faster tag generation process. Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
