Skip to content

Commit f548cf1

Browse files
committed
1 parent 4b04851 commit f548cf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

after/syntax/css/display-3.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
syn keyword cssFontAttr contained contents discard
2-
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
2+
syn match cssBoxAttr contained "\<run-in\>"
3+
syn match cssBoxAttr contained "\<ruby\(-\(base\|text\)\)\=\>"

test/test.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,10 @@
245245

246246
.display-3 {
247247
display: contents;
248+
display: run-in;
248249
display: ruby;
249250
display: ruby-base;
250251
display: ruby-text;
251-
display: ruby-base-group;
252-
display: ruby-text-group;
253252
}
254253

255254
.easing-1 {

0 commit comments

Comments
 (0)