mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
Follow changes in WD-css-multicol-1-20171005
This module renamed from `css3-multicol` to `css-multicol-1`. See also: http://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
|
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
|
||||||
syn match cssFontProp contained "\<box-decoration-break\>"
|
syn match cssFontProp contained "\<box-decoration-break\>"
|
||||||
|
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
syn keyword cssFontProp contained columns
|
syn keyword cssFontProp contained columns
|
||||||
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
|
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
|
||||||
syn keyword cssFontAttr contained balance
|
syn match cssFontAttr contained "\<balance\(-all\)\=\>"
|
||||||
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
|
|
||||||
@@ -22,6 +22,7 @@ syn include @htmlCss syntax/css/css-line-grid-1.vim
|
|||||||
syn include @htmlCss syntax/css/css-lists-3.vim
|
syn include @htmlCss syntax/css/css-lists-3.vim
|
||||||
syn include @htmlCss syntax/css/css-logical-1.vim
|
syn include @htmlCss syntax/css/css-logical-1.vim
|
||||||
syn include @htmlCss syntax/css/css-masking-1.vim
|
syn include @htmlCss syntax/css/css-masking-1.vim
|
||||||
|
syn include @htmlCss syntax/css/css-multicol-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-overflow-4.vim
|
syn include @htmlCss syntax/css/css-overflow-4.vim
|
||||||
syn include @htmlCss syntax/css/css-page-floats-3.vim
|
syn include @htmlCss syntax/css/css-page-floats-3.vim
|
||||||
@@ -58,7 +59,6 @@ syn include @htmlCss syntax/css/css3-color.vim
|
|||||||
syn include @htmlCss syntax/css/css3-conditional.vim
|
syn include @htmlCss syntax/css/css3-conditional.vim
|
||||||
syn include @htmlCss syntax/css/css3-exclusions.vim
|
syn include @htmlCss syntax/css/css3-exclusions.vim
|
||||||
syn include @htmlCss syntax/css/css3-images.vim
|
syn include @htmlCss syntax/css/css3-images.vim
|
||||||
syn include @htmlCss syntax/css/css3-multicol.vim
|
|
||||||
syn include @htmlCss syntax/css/css3-namespace.vim
|
syn include @htmlCss syntax/css/css3-namespace.vim
|
||||||
syn include @htmlCss syntax/css/css3-page.vim
|
syn include @htmlCss syntax/css/css3-page.vim
|
||||||
syn include @htmlCss syntax/css/css3-speech.vim
|
syn include @htmlCss syntax/css/css3-speech.vim
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.break-3 {
|
.break-3 {
|
||||||
break-after: auto;
|
break-after: avoid-column;
|
||||||
break-before: auto;
|
break-before: auto;
|
||||||
break-inside: auto;
|
break-inside: auto;
|
||||||
box-decoration-break: auto;
|
box-decoration-break: auto;
|
||||||
@@ -500,10 +500,10 @@
|
|||||||
offset: auto;
|
offset: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multicol {
|
.multicol-1 {
|
||||||
columns: column;
|
columns: column;
|
||||||
column-count: balance;
|
column-count: balance;
|
||||||
column-fill: avoid-column;
|
column-fill: balance-all;
|
||||||
column-rule: auto;
|
column-rule: auto;
|
||||||
column-rule-color: auto;
|
column-rule-color: auto;
|
||||||
column-rule-style: auto;
|
column-rule-style: auto;
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.break-3 {
|
.break-3 {
|
||||||
break-after: auto;
|
break-after: avoid-column;
|
||||||
break-before: auto;
|
break-before: auto;
|
||||||
break-inside: auto;
|
break-inside: auto;
|
||||||
box-decoration-break: auto;
|
box-decoration-break: auto;
|
||||||
@@ -543,10 +543,10 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.multicol {
|
.multicol-1 {
|
||||||
columns: column;
|
columns: column;
|
||||||
column-count: balance;
|
column-count: balance;
|
||||||
column-fill: avoid-column;
|
column-fill: balance-all;
|
||||||
column-rule: auto;
|
column-rule: auto;
|
||||||
column-rule-color: auto;
|
column-rule-color: auto;
|
||||||
column-rule-style: auto;
|
column-rule-style: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user