Update color-5.vim

https://www.w3.org/TR/2020/WD-css-color-5-20200303/
This commit is contained in:
Kyo Nagashima
2021-07-24 07:01:46 +09:00
parent 4a3c90092d
commit e9bba514fd
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(color-\(mix\|contrast\|adjust\)\|red\|green\|blue\|alpha\|hue\|saturation\|lightness\|whiteness\|blackness\|a\|b\|chroma\)\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline
syn region cssFunction contained matchgroup=cssFunctionName start="\<color-\(mix\|contrast\)\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline