docker icon indicating copy to clipboard operation
docker copied to clipboard

SASS parsing gets confused

Open jbt opened this issue 11 years ago • 0 comments

Highlighting with Pygments gets confused as the comment delimiter is always plonked in at 0-spaced indentation, which breaks the whitespace-dependent SASS syntax, and Pygments thinks anything from then-on is a comment. This will need to be thought through more thoroughly.

Also, /* can be used to indicate a single-line comment, so the multi-line parsing needs to be rethought slightly to take this into account.

jbt avatar Oct 13 '12 12:10 jbt