Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some CSS3 Not Highlighting #2

Open
TechRemarker opened this issue Feb 13, 2011 · 2 comments
Open

Some CSS3 Not Highlighting #2

TechRemarker opened this issue Feb 13, 2011 · 2 comments

Comments

@TechRemarker
Copy link

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
Copy link
Owner

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants