This project is closed and read-only.
Actions
Backport #718
closedEmacs ruby-mode does not show comment #@var correctly
Backport #718:
Emacs ruby-mode does not show comment #@var correctly
Status:
Closed
Assignee:
Description
=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
Actions