mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
follow WD-css3-exclusions-20130528
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
" TODO: create cssExclusionsProp group and cssExclusionsAttr group
|
" TODO: create cssExclusionsProp group and cssExclusionsAttr group
|
||||||
syn match cssFontProp contained "\<shape-\(image-threshold\|inside\|outside\)\>"
|
syn match cssFontProp contained "\<wrap-\(flow\|through\)\>"
|
||||||
syn match cssFontProp contained "\<wrap\(-\(flow\|margin\|padding\|through\)\)\=\>"
|
syn keyword cssFontAttr contained minimum maximum
|
||||||
syn keyword cssFontAttr contained maximum
|
|
||||||
syn match cssFontAttr contained "\<outside-shape\>"
|
|
||||||
|
|||||||
@@ -79,14 +79,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.exclusions {
|
.exclusions {
|
||||||
shape-image-threshold: maximum;
|
wrap-flow: minimum;
|
||||||
shape-inside: outside-shape;
|
wrap-through: maximum;
|
||||||
shape-outside: auto;
|
|
||||||
wrap: auto;
|
|
||||||
wrap-flow: auto;
|
|
||||||
wrap-margin: auto;
|
|
||||||
wrap-padding: auto;
|
|
||||||
wrap-through: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexbox {
|
.flexbox {
|
||||||
|
|||||||
Reference in New Issue
Block a user