Update pseudo-4.vim

https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/
This commit is contained in:
Kyo Nagashima
2021-01-05 09:53:38 +09:00
parent 4cabff16d6
commit cb426f77cf
2 changed files with 5 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
syn match cssPseudoClassId contained "\<inactive-selection\>"
syn match cssPseudoClassId contained "\<target-text\>"
syn match cssPseudoClassId contained "\<\(spelling\|grammer\)-error\>"
syn match cssPseudoClassId contained "\<file-selectors-button\>"

View File

@@ -692,9 +692,10 @@ mask {
initial-value: auto;
}
.pseudo-4::inactive-selection,
.pseudo-4::target-text,
.pseudo-4::spelling-error,
.pseudo-4::grammer-error {
.pseudo-4::grammer-error,
.pseudi-4::file-selectors-button {
display: auto;
}