noprompt / vim-yardoc

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

correct the misspelled yield tag highlight groups #6

Closed kmoschcau closed 4 years ago

kmoschcau commented 7 years ago

This fixes the misspelled highlight groups for the three yield tags. (yardYield, yardYieldParam and yardYieldReturn) This way @yield, @yieldparam and @yieldreturn are now correctly highlighted like the rest of the tags.