tags:

views:

60

answers:

1

Hi, I have been using ctags for a while. I recently downloaded taglist plugin for vim. its cool. But i am facing one problem. While building the ctags file, i used langmap option to intrepret my embededed SQL files ( .sqC file extension) to C++. But when i try to use the taglist it is not recognizing the filetype for these files and TlistOpen command doesnt open anything for it. Any help is appreciated.

Thanks in advance -Harry

A: 

That's probably because embedded SQL is not supported by (exuberant) ctags (see this). You might have to add support for embedded SQL yourself (see extending taglist and extending exuberant ctags

tr9sh