mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Compare commits
2 Commits
master
...
3abb10e722
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3abb10e722 | ||
|
|
6993f12aef |
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained background-position-x background-position-y background-position-inline background-position-block
|
syn keyword cssFontProp contained background-repeat-x background-repeat-y background-repeat-inline background-repeat-block background-position-x background-position-y background-position-inline background-position-block background-tbd
|
||||||
syn keyword cssFontAttr contained x-start x-end y-start y-end
|
syn keyword cssFontAttr contained x-start x-end y-start y-end border-area text repeat-block repeat-inline
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained reading-flow
|
syn keyword cssFontProp contained reading-flow reading-order
|
||||||
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns
|
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns source-order force-hidden
|
||||||
|
|||||||
@@ -85,14 +85,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.backgrounds-4 {
|
.backgrounds-4 {
|
||||||
|
background-repeat-x: auto;
|
||||||
|
background-repeat-y: auto;
|
||||||
|
background-repeat-inline: auto;
|
||||||
|
background-repeat-block: auto;
|
||||||
background-position-x: auto;
|
background-position-x: auto;
|
||||||
background-position-y: auto;
|
background-position-y: auto;
|
||||||
background-position-inline: auto;
|
background-position-inline: auto;
|
||||||
background-position-block: auto;
|
background-position-block: auto;
|
||||||
|
background-tbd: auto;
|
||||||
display: x-start;
|
display: x-start;
|
||||||
display: x-end;
|
display: x-end;
|
||||||
display: y-start;
|
display: y-start;
|
||||||
display: y-end;
|
display: y-end;
|
||||||
|
display: border-area;
|
||||||
|
display: text;
|
||||||
|
display: repeat-block;
|
||||||
|
display: repeat-inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.borders-4 {
|
.borders-4 {
|
||||||
@@ -388,10 +397,13 @@
|
|||||||
|
|
||||||
.display-4 {
|
.display-4 {
|
||||||
reading-flow: auto;
|
reading-flow: auto;
|
||||||
|
reading-order: auto;
|
||||||
display: flex-visual;
|
display: flex-visual;
|
||||||
display: flex-flow;
|
display: flex-flow;
|
||||||
display: grid-rows;
|
display: grid-rows;
|
||||||
display: grid-columns;
|
display: grid-columns;
|
||||||
|
display: source-order;
|
||||||
|
display: force-hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.easing-1 {
|
.easing-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user