Compare commits

...

3 Commits

Author SHA1 Message Date
Kyo Nagashima
30ef43aed3 2.2.0 2023-10-02 07:34:43 +09:00
Kyo Nagashima
e06bde335f Update page-3.vim
https://www.w3.org/TR/2023/WD-css-page-3-20230914/
2023-09-22 16:54:27 +09:00
Kyo Nagashima
b7a3c55721 Add transitions-2.vim
https://www.w3.org/TR/2023/WD-css-transitions-2-20230905/
2023-09-07 07:16:44 +09:00
3 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
syn keyword cssFontProp contained marks bleed
syn keyword cssFontProp contained marks bleed page-orientation

View File

@@ -0,0 +1 @@
syn match cssFontDescriptor "@\(starting-style\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

View File

@@ -672,6 +672,7 @@ mask {
.page-3 {
marks: auto;
bleed: auto;
page-orientation: auto;
}
.page-floats-3 {
@@ -1192,6 +1193,12 @@ view {
display: auto;
}
@starting-style {
.transitions-2 {
display: auto;
}
}
.typed-om-1 {
display: auto;
}