mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Update pseudo-4.vim
https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/
This commit is contained in:
@@ -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 "\<\(spelling\|grammer\)-error\>"
|
||||||
|
syn match cssPseudoClassId contained "\<file-selectors-button\>"
|
||||||
|
|||||||
@@ -692,9 +692,10 @@ mask {
|
|||||||
initial-value: auto;
|
initial-value: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pseudo-4::inactive-selection,
|
.pseudo-4::target-text,
|
||||||
.pseudo-4::spelling-error,
|
.pseudo-4::spelling-error,
|
||||||
.pseudo-4::grammer-error {
|
.pseudo-4::grammer-error,
|
||||||
|
.pseudi-4::file-selectors-button {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user