Closed freemanoid closed 9 years ago
Hitting this issue as well.
+1
this is extremely annoying issue. the next line after the comment gets comment's CSS classes like it was a commented line. but it's not.
Same here, in HAML with Rails, if I comment out a line with -# or / or // the subsequent line in italics and some text greyed out as well.
+1 I think my issue is quite related:
Atom: 1.0.2 language-haml 0.21
%a.tab#pricing-tab{ href: '#pricing', data: { toggle: 'tab' } } Pricing/Availability
Whole #pricing-tab and text to the end of the line is grayed out as comment.
+1
+1
+1 with haml native comments
See #20 for current progress on this issue.
Should be fixed in 0.22.0
.
atom 0.209 language-haml 0.21
I believe that the
-
androot_path
at the 2 line shouldn't be greyed when I comment out the 1st line.