atom / language-ruby

Ruby package for Atom
Other
101 stars 144 forks source link

Support multiline YARD comments #234

Closed cbothner closed 3 years ago

cbothner commented 6 years ago

Description of the Change

YARD allows comments to extend over multiple lines provided that the subsequent lines are indented (within the comment) at least two spaces from the tag. This change extends the YARD-specific comment highlighting onto those subsequent lines.

Alternate Designs

None

Benefits

Before, confusing and hard to read:

screen shot 2018-06-01 at 15 45 10

After, easy to read and nice looking:

screen shot 2018-06-01 at 15 45 36

Possible Drawbacks

None that I can think of

Applicable Issues

Closes #228