2009/2/10 Tom Link <[email protected]>:
>
>> 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.

Thank you for this. I had hoped to circumvent using ctags as I find
the solution crude (vim already has all information as it is parsing
the source anyway), so I would have preferred a vim-internal solution.
But this might be as good as it gets, so thank you very much.

Thomas

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

Reply via email to