Skip to content

Commit aab2357

Browse files
committed
[css mode] Add system-ui as value keyword
Closes codemirror#4609
1 parent 7580a1d commit aab2357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/css/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
667667
"small", "small-caps", "small-caption", "smaller", "soft-light", "solid", "somali",
668668
"source-atop", "source-in", "source-out", "source-over", "space", "space-around", "space-between", "spell-out", "square",
669669
"square-button", "start", "static", "status-bar", "stretch", "stroke", "sub",
670-
"subpixel-antialiased", "super", "sw-resize", "symbolic", "symbols", "table",
670+
"subpixel-antialiased", "super", "sw-resize", "symbolic", "symbols", "system-ui", "table",
671671
"table-caption", "table-cell", "table-column", "table-column-group",
672672
"table-footer-group", "table-header-group", "table-row", "table-row-group",
673673
"tamil",

0 commit comments

Comments
 (0)