noprompt / vim-yardoc

Ruby syntax extensions for highlighting YARD documentation.
21 stars 5 forks source link

vim-yardoc overrides default config for ruby's magic comments #9

Open calas opened 3 years ago

calas commented 3 years ago

I noted that after installing this plugin I lost my magic comments highlights, as you can see in the following picture:

Screenshot from 2020-10-22 12-03-11

On the left you have the editor without vim-yardoc plugin, on the right the same config with vim-yardoc plugin.

Code for Magic Comments is here: https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L433-L434

noprompt commented 3 years ago

@calas Sorry for the slow reply. Maybe add rubyMagicComment here?