Update display-3.vim

https://www.w3.org/TR/2021/CRD-css-display-3-20210903/
This commit is contained in:
Kyo Nagashima
2021-09-18 07:46:21 +09:00
parent 4b04851c40
commit f548cf1f61
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
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\)\)\=\>"

View File

@@ -245,11 +245,10 @@
.display-3 {
display: contents;
display: run-in;
display: ruby;
display: ruby-base;
display: ruby-text;
display: ruby-base-group;
display: ruby-text-group;
}
.easing-1 {