toothpaste-theme / toothpaste

Toothpaste is a custom theme for your text editor with flavorful colors
http://imcatnoone.github.io/toothpaste/
298 stars 32 forks source link

Add syntax highlighting for CSS derivatives #28

Open willcroft opened 8 years ago

willcroft commented 8 years ago

Support for Sass and Less by matching the syntax highlighting for CSS would be perfect!

imcatnoone commented 8 years ago

Thanks for the suggestion @willcroft! Which editor are you using?

willcroft commented 8 years ago

Thanks! Using Sublime Text.

ChristophLabacher commented 7 years ago

I think variables should pop out a little more, so I tried this:

.scss.variable, .less.variable {
  color: @red;
}
bildschirmfoto 2017-01-22 um 20 50 52