Compare commits

...
4 Commits
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 cssFontAttr contained intersection row-over-column column-over-row
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 overlap-join
+2
View File
@@ -0,0 +1,2 @@
syn keyword cssFontProp contained link-parameters
syn region cssFunction contained matchgroup=cssFunctionName start="\<param\s*(" end=")" oneline keepend
+1 -1
View File
@@ -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 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
View File
@@ -2,7 +2,6 @@
place-self: auto;
place-content: auto;
place-items: auto;
row-gap: auto;
display: safe;
display: unsafe;
display: self-start;
@@ -608,6 +607,7 @@
}
.gaps-1 {
row-gap: auto;
column-rule-break: auto;
row-rule-break: auto;
rule-break: auto;
@@ -630,6 +630,7 @@
display: intersection;
display: row-over-column;
display: column-over-row;
display: overlap-join;
}
.gcpm-3::footnote-call,
@@ -746,6 +747,11 @@ template {
display: last-baseline;
}
.link-params-1 {
link-parameters: auto;
display: param(--color, green);
}
.lists-3::marker {
marker-side: auto;
counter-set: auto;
@@ -1404,6 +1410,7 @@ view {
display: ideograph-numeric;
display: punctuation;
display: ideographic-space;
display: avoid-orphans;
}
.text-decor-3 {