We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3497725 commit 8d496ecCopy full SHA for 8d496ec
after/syntax/css/display-4.vim
@@ -0,0 +1,2 @@
1
+syn keyword cssFontProp contained reading-flow
2
+syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns
test/test.css
@@ -339,6 +339,14 @@
339
display: run-in;
340
}
341
342
+.display-4 {
343
+ reading-flow: auto;
344
+ display: flex-visual;
345
+ display: flex-flow;
346
+ display: grid-rows;
347
+ display: grid-columns;
348
+}
349
+
350
.easing-1 {
351
display: auto;
352
0 commit comments