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

Sass 3.3 and BEM support #52

Open
pierremanceaux opened this issue Apr 22, 2014 · 7 comments
Open

Sass 3.3 and BEM support #52

pierremanceaux opened this issue Apr 22, 2014 · 7 comments

Comments

@pierremanceaux
Copy link

http://unakravets.tumblr.com/post/78744593423/sass-snippets-the-almighty-ampersand

"&__header{", "&__text{" and "&--link{" are not colored.

.speech-bubble{
  color: purple;
   &__header{
    color: orange;
  }
   &__text{
    color: black;
     &--link{
      color: green;
    }
  }
}
@joemckie
Copy link

+1. I've got an adaptation of the class regex, will submit a pull request after I've ironed out the bugs

@nathos
Copy link
Owner

nathos commented May 20, 2014

@joemckie sounds great. I'd love to get another pair of eyes on it after you submit the PR too. Thanks!

@Rplus
Copy link

Rplus commented Sep 11, 2014

+1 ~

I use this one now~
it supports sass 3.3 syntax
https://sublime.wbond.net/packages/Syntax%20Highlighting%20for%20Sass

@kleinfreund
Copy link

👍

Also switched to Syntax Highlighting for Sass for now.

@brewern
Copy link

brewern commented Jan 11, 2015

I've also switched to Syntax Highlighting for SASS for now, however there isn't as much variety in the syntax colors as there is with this plugin. I would prefer to get SASS 3.4+ support here. Thanks!

@brewern
Copy link

brewern commented Jan 11, 2015

@joemckie did you ever get that pull request submitted?

@joemckie
Copy link

@brewern never got it submitted but IIRC it's pretty much done, I'll take a look into it tonight and see if I can't get it finished

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

No branches or pull requests

6 participants