abe33/atom-color-highlight

Commented SCSS code still shows colors

Opened this issue · 2 comments

I have it set for "no markers in comments", shouldn't these be not colored?

screen shot 2015-01-12 at 2 16 06 pm

Atom 0.169, ACH 3.0.3, OS 10.10.1

I remember seeing posted somewhere an issue about language-sass not marking single line comments properly. I guess this is what's going on here, can you inspect the comment block to make sure it has the .comment class. which is used to define if the markers scope is a comment.

Also I have a test for that, so if you feel like writing a failing test (in the case there's a real issue with a-c-h) you're welcome :).