Skip to content

Commit cb426f7

Browse files
committed
1 parent 4cabff1 commit cb426f7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

after/syntax/css/pseudo-4.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
syn match cssPseudoClassId contained "\<inactive-selection\>"
1+
syn match cssPseudoClassId contained "\<target-text\>"
22
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"
3+
syn match cssPseudoClassId contained "\<file-selectors-button\>"

test/test.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,10 @@ mask {
692692
initial-value: auto;
693693
}
694694

695-
.pseudo-4::inactive-selection,
695+
.pseudo-4::target-text,
696696
.pseudo-4::spelling-error,
697-
.pseudo-4::grammer-error {
697+
.pseudo-4::grammer-error,
698+
.pseudi-4::file-selectors-button {
698699
display: auto;
699700
}
700701

0 commit comments

Comments
 (0)