atom / language-ruby

Ruby package for Atom
Other
101 stars 145 forks source link

Fix heredoc literal highlight ends #204

Closed tomog105 closed 7 years ago

tomog105 commented 7 years ago

Description of the Change

Alternate Designs

Nothing.

Benefits

for example

# In exists: highlighting on line 2-4. This fix: highlighting on line 2-5
<<-EOS
  This is a text.
  This line is not EOS
EOS

Possible Drawbacks

Unknown.

Applicable Issues

Nothing.

winstliu commented 7 years ago

Thanks!