global-pygments-plugin icon indicating copy to clipboard operation
global-pygments-plugin copied to clipboard

Error on vb.net file

Open FabArd opened this issue 4 years ago • 1 comments

Hi,

I try to generate Gtags on vb.net files and I have these errors : $ gtags --explain

  • File 'GrblErrorsSingleton.vb' is handled as follows: suffix: |.vb| language: |VB.net| parser: |parser| library: |/usr/lib/gtags/pygments-parser.so| ctags: Unknown option: --gmap-vb
  • File 'GrblMacroButtons.vb' is handled as follows: suffix: |.vb| language: |VB.net| parser: |parser| library: |/usr/lib/gtags/pygments-parser.so| Traceback (most recent call last): File "/usr/share/gtags/script/pygments_parser.py", line 262, in main() File "/usr/share/gtags/script/pygments_parser.py", line 259, in main handle_requests(langmap, parser_options) File "/usr/share/gtags/script/pygments_parser.py", line 221, in handle_requests tags = parser.parse(path) File "/usr/share/gtags/script/pygments_parser.py", line 177, in parse def_result = self.def_parser.parse(path) File "/usr/share/gtags/script/pygments_parser.py", line 155, in parse self.child_stdin.flush() BrokenPipeError: [Errno 32] Broken pipe gtags: unexpected EOF.

Do I make something wrong ?

Thanks

FabArd avatar Dec 19 '20 20:12 FabArd

I found the solution to my problem. There was a wrong vb.ctags in my ctags config directory. I deleted this config file and every thing is correct.

FabArd avatar Dec 20 '20 16:12 FabArd