I use the .pkb and pkh extensions for PL / SQL files (and not .sql). I already linked the .pkb and .pkh extension in langs.xml (Styler Config) so that Notepad ++ recognizes syntax highlighting when I open pkb and pkh files (the syntax highlighting will be the same as for sql ext). Now the problem is that I cannot use plugins that parse the code using ctags (e.g. SourceCookifier, OpenCtag, GtagSearch), because these plugins do not recognize the pkb and pkh extension. The only way I could use them is to change the file to sql and, if that happens, change to pkh or pkb ext.
Is there any configuration that could make the ctags plugin work with non-sql ext? I tried to change various settings for plugins, but could not get them to work.
Thank.
source
share