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 ddbb38a commit 2ed6105Copy full SHA for 2ed6105
after/syntax/css/css-ui-4.vim
@@ -1,3 +1,3 @@
1
-syn match cssUIProp contained "\<caret\(-\(shape\|animation\)\)\=\>"
+syn match cssUIProp contained "\<caret\(-shape\)\=\>"
2
syn keyword cssUIAttr contained fade underscore
3
syn region cssFunction contained matchgroup=cssFunctionName start="\<fade\s*(" end=")" oneline keepend
test/test.css
@@ -841,7 +841,7 @@
841
.ui-4 {
842
caret: fade;
843
caret-shape: fade(1em);
844
- caret-animation: underscore;
+ display: underscore;
845
}
846
847
.values-3 {
0 commit comments