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 4cabff1 commit cb426f7Copy full SHA for cb426f7
after/syntax/css/pseudo-4.vim
@@ -1,2 +1,3 @@
1
-syn match cssPseudoClassId contained "\<inactive-selection\>"
+syn match cssPseudoClassId contained "\<target-text\>"
2
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"
3
+syn match cssPseudoClassId contained "\<file-selectors-button\>"
test/test.css
@@ -692,9 +692,10 @@ mask {
692
initial-value: auto;
693
}
694
695
-.pseudo-4::inactive-selection,
+.pseudo-4::target-text,
696
.pseudo-4::spelling-error,
697
-.pseudo-4::grammer-error {
+.pseudo-4::grammer-error,
698
+.pseudi-4::file-selectors-button {
699
display: auto;
700
701
0 commit comments