My present TextMate theme (Ruby Blue) is nice, except there's one annoying attribute that I haven't been able to fix.
When editing CSS, it doesn't apply any color to "word values" for properties.
See screenshot below -- for width: 90%
, the 90% is highlighted. However, for display: block
, 'block' gets no highlighting.
What's the TextMate selector to allow me to color this? I tried experimenting with different options in the theme editor and haven't been able to find it yet.
Thanks!