atom / language-css

CSS package for Atom
Other
59 stars 77 forks source link

Add missing CSS properties #188

Open florianbuehler opened 2 years ago

florianbuehler commented 2 years ago

Description of the Change

Currently a few (newer) CSS properties are missing in grammars/css.cson:

Alternate Designs

None

Benefits

Color highlighting in consuming packages (e.g. https://github.com/microsoft/vscode) will work correctly (currently above mentionend CSS properties are not highlighted).

Possible Drawbacks

None

Applicable Issues

The change will resolve issue https://github.com/atom/language-css/issues/189.