xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Highlighting with +python3 #127

Closed yarray closed 8 years ago

yarray commented 8 years ago

It is very enjoyable to use this plugin. However, after recompiling vim with +python3 and -python the highlighter seems not to work. I have not diagnosed the problems in detail, but by reading misc/easytags/highlight.py it seems that the code is targeted to python2. Is it possible to adjust the python scripts to support both python2 and python3? Or are there some guidelines to debug so I can help?

yarray commented 8 years ago

It works with +python3. I just forget to call define_tagkind for javascript. Stupid me...