Update display-3.vim

https://www.w3.org/TR/2022/CRD-css-display-3-20221118/

This commit also moves ruby specific values to ruby-1.vim.
This commit is contained in:
Kyo Nagashima
2022-11-20 08:04:43 +09:00
parent 1fbc03d791
commit 56a598ef5d
3 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
syn keyword cssFontAttr contained contents discard
syn keyword cssBoxAttr contained run-in ruby ruby-base ruby-text
syn keyword cssFontAttr contained contents
syn keyword cssBoxAttr contained run-in

View File

@@ -1,2 +1,2 @@
syn keyword cssFontProp contained merge ruby-position ruby-merge ruby-align ruby-overhang
syn keyword cssFontAttr contained ruby-base-container ruby-text-container inter-character
syn keyword cssFontProp contained ruby-position ruby-merge ruby-align ruby-overhang
syn keyword cssFontAttr contained ruby ruby-base ruby-text ruby-base-container ruby-text-container inter-character merge

View File

@@ -264,9 +264,6 @@
.display-3 {
display: contents;
display: run-in;
display: ruby;
display: ruby-base;
display: ruby-text;
}
.easing-1 {
@@ -752,10 +749,13 @@ mask {
ruby-merge: auto;
ruby-align: auto;
ruby-overhang: auto;
display: ruby;
display: ruby-base;
display: ruby-text;
display: ruby-base-container;
display: ruby-text-container;
display: merge;
display: inter-character;
display: merge;
}
.scoping-1:scope-context div,