mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab6d5e11e5 | ||
|
|
f933340233 | ||
|
|
60ff15a81e | ||
|
|
61bc815f2b | ||
|
|
d858def9c1 |
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1 +0,0 @@
|
|||||||
github: [hail2u]
|
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained dominant-baseline alignment-baseline baseline-shift baseline-source text-edge leading-trim inline-sizing initial-letter initial-letter-align initial-letter-wrap
|
syn keyword cssFontProp contained dominant-baseline alignment-baseline baseline-shift baseline-source text-box-edge text-box-trim inline-sizing initial-letter initial-letter-align initial-letter-wrap
|
||||||
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic-ink
|
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise ideographic ideographic-ink
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline animation-range animation-delay-start animation-delay-end
|
syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline animation-range animation-delay-start animation-delay-end timeline-scope
|
||||||
syn keyword cssFontAttr contained entry exit
|
syn keyword cssFontAttr contained entry exit defer ancestor
|
||||||
|
|||||||
@@ -479,8 +479,8 @@ template {
|
|||||||
alignment-baseline: auto;
|
alignment-baseline: auto;
|
||||||
baseline-source: auto;
|
baseline-source: auto;
|
||||||
baseline-shift: auto;
|
baseline-shift: auto;
|
||||||
text-edge: auto;
|
text-box-edge: auto;
|
||||||
leading-trim: auto;
|
text-box-trim: auto;
|
||||||
inline-sizing: auto;
|
inline-sizing: auto;
|
||||||
initial-letter: auto;
|
initial-letter: auto;
|
||||||
initial-letter-align: auto;
|
initial-letter-align: auto;
|
||||||
@@ -808,8 +808,11 @@ mask {
|
|||||||
animation-range: auto;
|
animation-range: auto;
|
||||||
animation-delay-start: auto;
|
animation-delay-start: auto;
|
||||||
animation-delay-end: auto;
|
animation-delay-end: auto;
|
||||||
|
timeline-scope: auto;
|
||||||
display: entry;
|
display: entry;
|
||||||
display: exit;
|
display: exit;
|
||||||
|
display: defer;
|
||||||
|
display: ancestor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-snap-1 {
|
.scroll-snap-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user