vim's taglist plugin not recognizing filetype for .sqC files -


I'm using CTG for a while. I recently downloaded the taglist plugin for vim. This is cool. But I am facing a problem. When creating the Ctags file, I used the langmap option to enter my embedded SQL files (.sqc file extension) into C ++. But when I try to use the tag list, it does not recognize the file type for these files and for this the TlistOpen command does not open anything

This is probably because the embedded SQL is not supported by CTG () you may have to add support for embedded SQL (see and


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -