mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Compare commits
2 Commits
349772545f
...
4f8d08e82b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f8d08e82b | ||
|
|
8d496ec664 |
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
|
||||
1
after/syntax/css/multicol-2.vim
Normal file
1
after/syntax/css/multicol-2.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn keyword cssPseudoClassId contained column
|
||||
@@ -339,6 +339,14 @@
|
||||
display: run-in;
|
||||
}
|
||||
|
||||
.display-4 {
|
||||
reading-flow: auto;
|
||||
display: flex-visual;
|
||||
display: flex-flow;
|
||||
display: grid-rows;
|
||||
display: grid-columns;
|
||||
}
|
||||
|
||||
.easing-1 {
|
||||
display: auto;
|
||||
}
|
||||
@@ -712,6 +720,10 @@ mask {
|
||||
display: balance-all;
|
||||
}
|
||||
|
||||
.multicol-2::column {
|
||||
display: auto:
|
||||
}
|
||||
|
||||
.namespace-3 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user