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 c7cba69 commit 77c66d5Copy full SHA for 77c66d5
after/syntax/css/css-align-3.vim
@@ -1,4 +1,4 @@
1
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
2
-syn keyword cssFontAttr contained safe unsafe
+syn keyword cssFontAttr contained safe unsafe legacy
3
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
4
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
test/test.css
@@ -8,6 +8,7 @@
8
display: space-around;
9
display: space-between;
10
display: space-evenly;
11
+ display: legacy;
12
}
13
14
.animations {
test/test.html
@@ -18,6 +18,7 @@
18
19
20
21
22
23
</style>
24
<style>
0 commit comments