Compare commits

...

1 Commits

Author SHA1 Message Date
Kyo Nagashima
00138fb097 Add position-4.vim
https://www.w3.org/TR/2025/WD-css-position-4-20250708/
2025-07-10 07:23:03 +09:00
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn keyword cssFontProp contained overlay
syn keyword cssPseudoClassId contained backdrop

View File

@@ -879,6 +879,10 @@ mask {
inset: auto; inset: auto;
} }
.position-4::backdrop {
overlay: auto;
}
.properties-values-api-1 { .properties-values-api-1 {
syntax: auto; syntax: auto;
inherits: auto; inherits: auto;