mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Update display-3.vim
https://www.w3.org/TR/2021/CRD-css-display-3-20210903/
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
syn keyword cssFontAttr contained contents discard
|
syn keyword cssFontAttr contained contents discard
|
||||||
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
syn match cssBoxAttr contained "\<run-in\>"
|
||||||
|
syn match cssBoxAttr contained "\<ruby\(-\(base\|text\)\)\=\>"
|
||||||
|
|||||||
@@ -245,11 +245,10 @@
|
|||||||
|
|
||||||
.display-3 {
|
.display-3 {
|
||||||
display: contents;
|
display: contents;
|
||||||
|
display: run-in;
|
||||||
display: ruby;
|
display: ruby;
|
||||||
display: ruby-base;
|
display: ruby-base;
|
||||||
display: ruby-text;
|
display: ruby-text;
|
||||||
display: ruby-base-group;
|
|
||||||
display: ruby-text-group;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.easing-1 {
|
.easing-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user