mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-16 01:44:59 +08:00
follow WD-css-masking-1-20131029
This commit is contained in:
9
after/syntax/css/css-masking-1.vim
Normal file
9
after/syntax/css/css-masking-1.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user