sass-textmate-bundle
sass-textmate-bundle copied to clipboard
Sass 3.3 and BEM support
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;
}
}
}
+1. I've got an adaptation of the class regex, will submit a pull request after I've ironed out the bugs
@joemckie sounds great. I'd love to get another pair of eyes on it after you submit the PR too. Thanks!
+1 ~
I use this one now~ it supports sass 3.3 syntax https://sublime.wbond.net/packages/Syntax%20Highlighting%20for%20Sass
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!
@joemckie did you ever get that pull request submitted?
@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