atom / language-css

CSS package for Atom
Other
59 stars 77 forks source link

Add :focus-visible pseudoclass #178

Closed LeMinaw closed 3 years ago

LeMinaw commented 3 years ago

Description of the Change

Enable syntax hilighting for the :focus-visible CSS pseudo-class

Benefits

Support this relatively used pseudo-class (Compatible with latest Chrome, Firefox, Edge, Opera as of writing)

Ref. https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible

Possible Drawbacks

I can't think of one ;-)