language-css icon indicating copy to clipboard operation
language-css copied to clipboard

No color highlighting because of missing CSS properties

Open florianbuehler opened this issue 4 years ago • 1 comments

Description

The code highlighting of the VS Code stylelint extension and other projects depend on the CSS properties listed in grammar/css.cson.

Due to missing CSS properties, the highlighting is currently not working for accent-color, ascent-override, descent-override, line-gap-override and size-adjust.

To fix this the properties need to be added to grammar/css.cson.

florianbuehler avatar Nov 14 '21 15:11 florianbuehler

As of now, no syntax highlighting is working on CSS

Tirjasdyn avatar Jul 28 '22 22:07 Tirjasdyn