> I am in the
> unfortunate situation of having to code in a language that ctags is
> not supporting.

Not a solution to your problem but to some extent you can define your
own language (eg in ~/.ctags) with something like this:

--langdef=foo
--langmap=foo:.foo
--regex-foo=/regexp/x,name/
...

where x and name identify what the the regexp matches.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to