mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-08-18 21:48:00 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25ab736cea | ||
|
|
f92f5141a8 | ||
|
|
0968a360f0 | ||
|
|
8c8635778b |
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained place-self place-content place-items row-gap
|
syn keyword cssFontProp contained place-self place-content place-items
|
||||||
syn keyword cssFontAttr contained safe unsafe legacy self-start self-end
|
syn keyword cssFontAttr contained safe unsafe legacy self-start self-end
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained column-rule-break row-rule-break rule-break column-rule-edge-inset-start column-rule-edge-inset-end column-rule-interior-inset-start column-rule-interior-inset-end row-rule-edge-inset-start row-rule-edge-inset-end row-rule-interior-inset-start row-rule-interior-inset-end rule-overlap row-rule-color rule-color row-rule-style rule-style row-rule-width rule-width row-rule rule
|
syn keyword cssFontProp contained row-gap column-rule-break row-rule-break rule-break column-rule-edge-inset-start column-rule-edge-inset-end column-rule-interior-inset-start column-rule-interior-inset-end row-rule-edge-inset-start row-rule-edge-inset-end row-rule-interior-inset-start row-rule-interior-inset-end rule-overlap row-rule-color rule-color row-rule-style rule-style row-rule-width rule-width row-rule rule
|
||||||
syn keyword cssFontAttr contained intersection row-over-column column-over-row
|
syn keyword cssFontAttr contained intersection row-over-column column-over-row overlap-join
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained link-parameters
|
||||||
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<param\s*(" end=")" oneline keepend
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained white-space-collapse white-space-trim text-space-trim text-wrap text-autospace text-spacing-trim text-spacing text-group-align wrap-before wrap-after wrap-inside hyphenate-character hyphenate-limit-zone hyphenate-limit-chars hyphenate-limit-lines hyphenate-limit-last line-padding word-boundary-detection word-space-transform
|
syn keyword cssFontProp contained white-space-collapse white-space-trim text-space-trim text-wrap text-autospace text-spacing-trim text-spacing text-group-align wrap-before wrap-after wrap-inside hyphenate-character hyphenate-limit-zone hyphenate-limit-chars hyphenate-limit-lines hyphenate-limit-last line-padding word-boundary-detection word-space-transform
|
||||||
syn keyword cssFontAttr contained math-auto spread punctuation preserve-breaks preserve-spaces discard-inner discard-before discard-after pretty avoid-line avoid-flex pre-wrap-auto no-limit space-all trim-both space-first trim-all no-compress ideograph-alpha ideograph-numeric ideographic-space
|
syn keyword cssFontAttr contained math-auto spread punctuation preserve-breaks preserve-spaces discard-inner discard-before discard-after pretty avoid-line avoid-flex pre-wrap-auto no-limit space-all trim-both space-first trim-all no-compress ideograph-alpha ideograph-numeric ideographic-space avoid-orphans
|
||||||
|
|||||||
+8
-1
@@ -2,7 +2,6 @@
|
|||||||
place-self: auto;
|
place-self: auto;
|
||||||
place-content: auto;
|
place-content: auto;
|
||||||
place-items: auto;
|
place-items: auto;
|
||||||
row-gap: auto;
|
|
||||||
display: safe;
|
display: safe;
|
||||||
display: unsafe;
|
display: unsafe;
|
||||||
display: self-start;
|
display: self-start;
|
||||||
@@ -608,6 +607,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gaps-1 {
|
.gaps-1 {
|
||||||
|
row-gap: auto;
|
||||||
column-rule-break: auto;
|
column-rule-break: auto;
|
||||||
row-rule-break: auto;
|
row-rule-break: auto;
|
||||||
rule-break: auto;
|
rule-break: auto;
|
||||||
@@ -630,6 +630,7 @@
|
|||||||
display: intersection;
|
display: intersection;
|
||||||
display: row-over-column;
|
display: row-over-column;
|
||||||
display: column-over-row;
|
display: column-over-row;
|
||||||
|
display: overlap-join;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gcpm-3::footnote-call,
|
.gcpm-3::footnote-call,
|
||||||
@@ -746,6 +747,11 @@ template {
|
|||||||
display: last-baseline;
|
display: last-baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-params-1 {
|
||||||
|
link-parameters: auto;
|
||||||
|
display: param(--color, green);
|
||||||
|
}
|
||||||
|
|
||||||
.lists-3::marker {
|
.lists-3::marker {
|
||||||
marker-side: auto;
|
marker-side: auto;
|
||||||
counter-set: auto;
|
counter-set: auto;
|
||||||
@@ -1404,6 +1410,7 @@ view {
|
|||||||
display: ideograph-numeric;
|
display: ideograph-numeric;
|
||||||
display: punctuation;
|
display: punctuation;
|
||||||
display: ideographic-space;
|
display: ideographic-space;
|
||||||
|
display: avoid-orphans;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-decor-3 {
|
.text-decor-3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user