mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-12 05:21:50 +08:00
@@ -2,3 +2,5 @@ syn match cssFontProp contained "\<flood-\(color\|opacity\)\>"
|
|||||||
syn match cssFontProp contained "\<color-interpolation-filters\>"
|
syn match cssFontProp contained "\<color-interpolation-filters\>"
|
||||||
syn match cssFontProp contained "\<lighting-color\>"
|
syn match cssFontProp contained "\<lighting-color\>"
|
||||||
syn keyword cssFontAttr sRGB linearRGB
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user