Add anchor-position-2.vim

https://www.w3.org/TR/2025/WD-css-anchor-position-2-20251021/
This commit is contained in:
Kyo Nagashima
2025-10-23 18:07:35 +09:00
parent dad0fd9dcc
commit 3b20ef3df2
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
syn keyword cssFontAttr contained anchored

View File

@@ -65,6 +65,10 @@
display: anchor-size(--foo height);
}
.anchor-position-2 {
display: anchored;
}
.animations-1 {
display: auto;
}