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

Add support for highlighting Ruby #9

Closed Mange closed 13 years ago

Mange commented 13 years ago

Is it possible to add highlighting for the Ruby language?

xolox commented 13 years ago

Hi Magnus, I've just uploaded version 2.2.8 which includes dynamic highlighting support for Ruby source code (it highlights modules, classes and methods). I've also uploaded the new release to Vim Online in case you prefer a ZIP archive over a git repository clone. If the Ruby support works okay please close this issue: I don't use Ruby myself so can't judge how well the dynamic highlighting works (it seemed to work fine on the files in /usr/lib/ruby/1.8 that I tried though).

Mange commented 13 years ago

Nice work. I just noticed that methods started to get highlighted in my ruby project, prompting me to check my personal email. It seems to work A-okay.

Thanks for the quick response time! :-)

xolox commented 13 years ago

"Seems to work A-okay" is good enough for me so I'm closing this issue :-). If you change your mind and find the syntax highlighting lacking, feel free to re-open this issue or create a new one. Thanks for your feedback and Happy Vimming!