Add css-color-4.vim

See also: https://www.w3.org/TR/2016/WD-css-color-4-20160705/
This commit is contained in:
Kyo Nagashima
2016-07-06 09:23:39 +09:00
parent eacc98e57a
commit 519acb02ec
5 changed files with 39 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(rgba\|hsla\=\)\s*(" end=")" oneline keepend
syn keyword cssColorProp contained opacity
syn match cssColor contained "\<currentColor\>"
syn match cssColor contained "\<currentcolor\>"