mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
10 lines
527 B
VimL
10 lines
527 B
VimL
" TODO: create cssMaskingProp group and cssMaskingValue group
|
|
syn match cssFontProp contained "\<mask\(-\(image\|source-type\|repeat\|position\|clip\|origin\|size\|type\)\)\=\>"
|
|
syn match cssFontProp contained "\<mask-box-image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\>"
|
|
syn match cssFontProp contained "\<clip-\(path\|rule\)\>"
|
|
syn keyword cssFontAttr contained alpha luminance nonzero evenodd
|
|
syn match cssFontAttr contained "\<no-clip\>"
|
|
|
|
" http://www.w3.org/TR/css-masking/#MaskElement
|
|
" syn keyword cssTagName mask
|