mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Follow changes in WD-css3-box-20180731
See also: https://www.w3.org/TR/2018/WD-css3-box-20180731/ Note: This changes does not include `float-displace--alternative-*` properties.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
syn match cssBoxProp contained "\<overflow-\(style\|x\|y\)\>"
|
||||
syn match cssBoxProp contained "\<rotation\(-point\)\=\>"
|
||||
syn keyword cssBoxAttr contained scrollbar panner marquee
|
||||
syn match cssBoxProp contained "\<clear-after\>"
|
||||
syn match cssBoxProp contained "\<float-displace\>"
|
||||
syn match cssBoxProp contained "\<indent-edge-reset\>"
|
||||
syn keyword cssBoxAttr contained scrollbar panner marquee decendants complex available
|
||||
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
||||
syn match cssBoxAttr contained "\<block-within-page\>"
|
||||
syn match cssBoxAttr contained "\<fit-content\>"
|
||||
syn match cssBoxAttr contained "\<\(margin\|border\|padding\|content\)-edge\>"
|
||||
|
||||
@@ -43,10 +43,9 @@
|
||||
}
|
||||
|
||||
.box-3 {
|
||||
overflow-style: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
rotation-point: auto;
|
||||
clear-after: auto;
|
||||
float-displace: auto;
|
||||
indent-edge-reset: auto;
|
||||
display: scrollbar;
|
||||
display: panner;
|
||||
display: marquee;
|
||||
@@ -55,6 +54,15 @@
|
||||
display: ruby-text;
|
||||
display: ruby-base-group;
|
||||
display: ruby-text-group;
|
||||
display: decendants;
|
||||
display: block-within-page;
|
||||
display: fit-content;
|
||||
display: complex;
|
||||
display: margin-edge;
|
||||
display: border-edge;
|
||||
display: padding-edge;
|
||||
display: content-edge;
|
||||
display: available;
|
||||
}
|
||||
|
||||
.break-3 {
|
||||
|
||||
Reference in New Issue
Block a user