We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaca88 commit 0c7d588Copy full SHA for 0c7d588
after/syntax/css/images-3.vim
@@ -1,6 +1,6 @@
1
syn match cssFontProp contained "\<object-\(fit\|position\)\>"
2
syn match cssFontProp contained "\<image-orientation\>"
3
-syn keyword cssFontAttr contained snap
+syn keyword cssFontAttr contained snap flip
4
syn match cssFontAttr contained "\<scale-down\>"
5
syn match cssFontAttr contained "\<from-image\>"
6
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(repeating-\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend
test/test.css
@@ -427,6 +427,7 @@ template {
427
object-position: auto;
428
image-orientation: auto;
429
display: snap;
430
+ display: flip;
431
display: scale-down;
432
display: from-image;
433
display: repeating-linear-gradient(to bottom, yellow, blue);
0 commit comments