Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: sublime
Choose a base branch
from

Conversation

szhu
Copy link

@szhu szhu commented Feb 23, 2014

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

From http://sass-lang.com/documentation/file.INDENTED_SYNTAX.html:
“Comments beginning with /* are preserved in the CSS output, although
unlike SCSS they don’t require a closing */.”

Take 2; this time Sass and SCSS syntaxes are separated.
@nathos
Copy link
Owner

nathos commented Feb 24, 2014

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

@romiguelangel
Copy link

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.

@szhu
Copy link
Author

szhu commented Apr 7, 2014

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.

@romiguelangel
Copy link

Sorry, Github editor has betrayed me. Fixed ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants