Skip to content

Commit 1fbc03d

Browse files
committed
1 parent 5dc9409 commit 1fbc03d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

after/syntax/css/selectors-4.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
syn match cssSelectorOp "[|]"
2-
syn keyword cssPseudoClassId contained scope current past future default valid required optional blank playing paused any-link local-link read-only read-write placeholder-shown in-range out-of-range user-invalid user-valid target-within defined modal fullscreen picture-in-picture seeking buffering stalled muted volume-locked autofill
2+
syn keyword cssPseudoClassId contained scope current past future default valid required optional blank playing paused any-link local-link read-only read-write placeholder-shown in-range out-of-range user-invalid user-valid target-within defined modal fullscreen picture-in-picture seeking buffering stalled muted volume-locked autofill open closed
33
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(dir\|local-link\|current\|nth\(-last\)\=-col\|has\|where\)(" end=")" oneline

test/test.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,9 @@ mask {
877877
.selectors-4:muted,
878878
.selectors-4:volume-locked,
879879
.selectors-4:autofill,
880-
.selectors-4:user-valid {
880+
.selectors-4:user-valid,
881+
.selectors-4:open,
882+
.selectors-4:closed {
881883
display: auto;
882884
}
883885

0 commit comments

Comments
 (0)