mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user