WD-css-color-4-20190305

See also: https://www.w3.org/TR/2019/WD-css-color-4-20190305/
This commit is contained in:
Kyo Nagashima
2019-03-07 08:23:49 +09:00
parent bb5e83b87e
commit c988c907b1
2 changed files with 1 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
syn match cssColorProp contained "\<color-adjust\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\|color-mod\=\)\s*(" end=")" oneline keepend
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl