Update color-4.vim

https://www.w3.org/TR/2020/WD-css-color-4-20201112/
This commit is contained in:
Kyo Nagashima
2020-11-14 08:09:20 +09:00
parent 0e7167b160
commit 331f244564
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
syn keyword cssFontAttr contained perceptual
syn match cssFontAttr contained "\<\(relative\|absolute\)-colorimetric\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl