follow WD-css3-exclusions-20130528

This commit is contained in:
Kyo Nagashima
2013-05-30 02:43:38 +09:00
parent 59f1ecbcb7
commit 4edb910500
2 changed files with 4 additions and 12 deletions

View File

@@ -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

View File

@@ -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 {