microsoft / vscode-css

CSS Textmate grammar for syntax highlighting
Other
17 stars 14 forks source link

Add `auto-fill` & `auto-fit` for `repeat()` func #16

Closed jacobcassidy closed 1 year ago

jacobcassidy commented 1 year ago

When using an auto-repeat value for the first argument of the repeat() function, there are two property keyword options: auto-fill and auto-fit.

See https://developer.mozilla.org/en-US/docs/Web/CSS/repeat.

This commit adds the two keywords for correct syntax highlighting.