desandro / CSS3.tmbundle

TextMate bundle for new CSS3 properties. Includes vendor specific properties and HTML5 elements
108 stars 12 forks source link

Some CSS3 Not Highlighting #2

Open TechRemarker opened 13 years ago

TechRemarker commented 13 years ago

After installing, most all CSS3 properties are highlighting with the exception of: "-o-transition". The word "transition" highlights but not the, "-o-". (-o-transition of course being Opera's Vendor Specific version). In addition, "::-moz-selection" is not highlighting. While "::selection" does highlight properly. Also in "input:focus:required:invalid", it all highlights properly except for "required" does not highlight.

Hope this helps!

desandro commented 13 years ago

b488ad9f adds :required, but that's it. I tried adding moz-selection but no dice. I've also tried adding -o- prefix, where webkit and moz are at, but it didn't work.

TechRemarker commented 13 years ago

Thanks for "required". I'll try my luck with the moz and o as well and see if I can come up with anything. Though still pretty awesome that 99.9% of my CSS3 is highlighting. Very much appreciated.