mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Follow changes in WD-css-break-4-20181218
See also: https://www.w3.org/TR/2018/WD-css-break-4-20181218/
This commit is contained in:
2
after/syntax/css/break-4.vim
Normal file
2
after/syntax/css/break-4.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn match cssBoxProp contained "\<margin-break\>"
|
||||||
|
syn keyword cssFontAttr contained keep
|
||||||
@@ -66,6 +66,11 @@
|
|||||||
display: verso;
|
display: verso;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.break-4 {
|
||||||
|
margin-break: auto;
|
||||||
|
display: keep;
|
||||||
|
}
|
||||||
|
|
||||||
.cascade-3 {
|
.cascade-3 {
|
||||||
all: auto;
|
all: auto;
|
||||||
display: initial;
|
display: initial;
|
||||||
|
|||||||
Reference in New Issue
Block a user