jacobcassidy/vscode-css-nesting-syntax-highlighting

aspect-ratio not highlighting

Closed this issue · 1 comments

Without extension:
image

With extension:
image

I think you can add aspect-ratio to property-names.patterns and it will look like "match": "(?xi) (?<![\\w-])\n(?:\n # Standard CSS\n aspect-ratio|accent-color...

@snl4ch Thanks for logging the issue. I added aspect-ratio to the property names and published it in v0.3.0.