Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top