mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add anchor-position-2.vim
https://www.w3.org/TR/2025/WD-css-anchor-position-2-20251021/
This commit is contained in:
1
after/syntax/css/anchor-position-2.vim
Normal file
1
after/syntax/css/anchor-position-2.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn keyword cssFontAttr contained anchored
|
||||
@@ -65,6 +65,10 @@
|
||||
display: anchor-size(--foo height);
|
||||
}
|
||||
|
||||
.anchor-position-2 {
|
||||
display: anchored;
|
||||
}
|
||||
|
||||
.animations-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user