sass-textmate-bundle
sass-textmate-bundle copied to clipboard
/* */ comments don't exist in Sass, ending is determined by indent [attempt 2]
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:

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.
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.
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.
Sorry, Github editor has betrayed me. Fixed ;)