sass-textmate-bundle icon indicating copy to clipboard operation
sass-textmate-bundle copied to clipboard

/* */ comments don't exist in Sass, ending is determined by indent [attempt 2]

Open szhu opened this issue 11 years ago • 4 comments
trafficstars

Same as #42, except that SCSS syntax won't be changed; it is now in a separate file.

Still has the same flaw that Sass block comments aren't being properly highlighted, but at least it doesn't gray out the rest of the document: screen shot 2014-02-23 at 3 55 18 am

szhu avatar Feb 23 '14 11:02 szhu

I'm going to put this on hold for now, rolling everything back to 0dc170726cc25986d3bb276cc1e34cd312417069 until we figure out a better method of supporting both SCSS & indented syntaxes, and a better method for testing these pull requests.

nathos avatar Feb 24 '14 19:02 nathos

Hello, this pull request #50 resolve the problem of many comment lines over SASS syntax without affect to SCSS syntax, while you decide split both syntaxes.

romiguelangel avatar Apr 07 '14 13:04 romiguelangel

That looks promising. Can you fix the indents (file uses tabs but you used spaces)? Not that important but I feel like someone's going to complain down the line.

szhu avatar Apr 07 '14 13:04 szhu

Sorry, Github editor has betrayed me. Fixed ;)

romiguelangel avatar Apr 07 '14 14:04 romiguelangel