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

Sass 3.3 and BEM support

Open pierremanceaux opened this issue 10 years ago • 7 comments

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;
    }
  }
}

pierremanceaux avatar Apr 22 '14 16:04 pierremanceaux

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

joemckie avatar May 20 '14 11:05 joemckie

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

nathos avatar May 20 '14 13:05 nathos

+1 ~

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

Rplus avatar Sep 11 '14 02:09 Rplus

:+1:

Also switched to Syntax Highlighting for Sass for now.

kleinfreund avatar Nov 11 '14 17:11 kleinfreund

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 avatar Jan 11 '15 07:01 brewern

@joemckie did you ever get that pull request submitted?

brewern avatar Jan 11 '15 07:01 brewern

@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

joemckie avatar Jan 15 '15 09:01 joemckie