Backport #718
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
=begin Normal comments are shown correctly, ie. correctly colored. However, when commenting an instance variable without a leading space, the color of the comment is the same as the color of an uncommented instance variable. To reproduce, type the following in Emacs in a buffer with ruby-mode: # this does work # @var this does also work (shown in comment color) #@var this does not work (shown in instance variable color) =end