SublimeText / Spacegray

A Hyperminimal UI Theme for Sublime Text
https://sublimetext.github.io/Spacegray/
MIT License
7.19k stars 430 forks source link

No html inline css syntax highlighting - build 3114 #182

Closed lspoor closed 2 weeks ago

lspoor commented 8 years ago

Have just moved over to ST3 and straight back in with Spacegrey (used with ST2 fine) but it appears there is no styling on inline CSS within HTML files.

screen shot 2016-05-17 at 09 25 38

marcofugaro commented 7 years ago

It is indeed syntax-highlighted, it takes the colours directly from the css:

The real problem is that in css the property name and vales have the same colour, an enhancement would be to color the property differently, for example:

EDIT: nope, I just realized IDs and tag names are of the same bluish..