Add filter functions

https://www.w3.org/TR/filter-effects/#FilterProperty
This commit is contained in:
Anton Strömkvist
2016-03-06 17:46:01 +01:00
committed by Kyo Nagashima
parent 288339b369
commit 370e8a7c0a

View File

@@ -2,3 +2,5 @@ syn match cssFontProp contained "\<flood-\(color\|opacity\)\>"
syn match cssFontProp contained "\<color-interpolation-filters\>"
syn match cssFontProp contained "\<lighting-color\>"
syn keyword cssFontAttr sRGB linearRGB
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(blur\|brightness\|contrast\|drop-shadow\|grayscale\|hue-rotate\|invert\|opacity\|saturate\|sepia\)\s*(" end=")" oneline keepend