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
Post a Comment