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

Java interfaces support #59

Closed atiasnir closed 11 years ago

atiasnir commented 11 years ago

This commit adds support for highlighting java interfaces. I'm working with ctags-5.8 where java interfaces are marked with 'i' and are not recognized by the plugin.

xolox commented 11 years ago

I just merged and published your changes. Thanks for the contribution!