mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
follow WD-css-masking-1-20131029
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
syn match cssFontProp contained "\<mask\(-\(image\|source-type\|repeat\|position\|clip\|origin\|size\|type\)\)\=\>"
|
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 "\<mask-box-image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\>"
|
||||||
syn match cssFontProp contained "\<clip-\(path\|rule\)\>"
|
syn match cssFontProp contained "\<clip-\(path\|rule\)\>"
|
||||||
syn keyword cssFontAttr contained evenodd luminance alpha
|
syn keyword cssFontAttr contained alpha luminance nonzero evenodd
|
||||||
|
syn match cssFontAttr contained "\<no-clip\>"
|
||||||
|
|
||||||
" http://www.w3.org/TR/css-masking/#MaskElement
|
" http://www.w3.org/TR/css-masking/#MaskElement
|
||||||
" syn keyword cssTagName mask
|
" syn keyword cssTagName mask
|
||||||
@@ -34,7 +34,7 @@ syn include @htmlCss syntax/css/css3-transitions.vim
|
|||||||
syn include @htmlCss syntax/css/css3-ui.vim
|
syn include @htmlCss syntax/css/css3-ui.vim
|
||||||
syn include @htmlCss syntax/css/css3-values.vim
|
syn include @htmlCss syntax/css/css3-values.vim
|
||||||
syn include @htmlCss syntax/css/css3-writing-modes.vim
|
syn include @htmlCss syntax/css/css3-writing-modes.vim
|
||||||
syn include @htmlCss syntax/css/css-masking.vim
|
syn include @htmlCss syntax/css/css-masking-1.vim
|
||||||
syn include @htmlCss syntax/css/css-overflow-3.vim
|
syn include @htmlCss syntax/css/css-overflow-3.vim
|
||||||
syn include @htmlCss syntax/css/css-shapes.vim
|
syn include @htmlCss syntax/css/css-shapes.vim
|
||||||
syn include @htmlCss syntax/css/css-text-3.vim
|
syn include @htmlCss syntax/css/css-text-3.vim
|
||||||
|
|||||||
@@ -256,11 +256,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.masking {
|
.masking {
|
||||||
mask-image: evenodd;
|
mask-image: alpha;
|
||||||
mask-source-type: luminance;
|
mask-source-type: luminance;
|
||||||
mask-repeat: alpha;
|
mask-repeat: no-clip;
|
||||||
mask-position: auto;
|
mask-position: nonzero;
|
||||||
mask-clip: auto;
|
mask-clip: evenodd;
|
||||||
mask-origin: auto;
|
mask-origin: auto;
|
||||||
mask-size: auto;
|
mask-size: auto;
|
||||||
mask: auto;
|
mask: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user