mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add display-4.vim
https://www.w3.org/TR/2024/WD-css-display-4-20241219/
This commit is contained in:
2
after/syntax/css/display-4.vim
Normal file
2
after/syntax/css/display-4.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained reading-flow
|
||||||
|
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns
|
||||||
@@ -339,6 +339,14 @@
|
|||||||
display: run-in;
|
display: run-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.display-4 {
|
||||||
|
reading-flow: auto;
|
||||||
|
display: flex-visual;
|
||||||
|
display: flex-flow;
|
||||||
|
display: grid-rows;
|
||||||
|
display: grid-columns;
|
||||||
|
}
|
||||||
|
|
||||||
.easing-1 {
|
.easing-1 {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user