We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60da01e commit 3409476Copy full SHA for 3409476
after/syntax/css/color-4.vim
@@ -1,4 +1,4 @@
1
-syn keyword cssFontAttr contained perceptual
+syn keyword cssFontAttr contained perceptual accentcolor accentcolortext
2
syn match cssFontAttr contained "\<\(relative\|absolute\)-colorimetric\>"
3
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
4
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
test/test.css
@@ -90,6 +90,8 @@
90
display: relative-colorimetric;
91
display: absolute-colorimetric;
92
display: perceptual;
93
+ display: accentcolor;
94
+ display: accentcolortext;
95
}
96
97
@color-profile swopc {
0 commit comments