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