Compare commits

..
3 Commits
4 changed files with 32 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
syn keyword cssFontProp contained column-rule-break row-rule-break rule-break column-rule-outset row-rule-outset rule-outset rule-paint-order row-rule-color row-rule-style row-rule-width row-rule rule-color rule-style rule-width rule
syn keyword cssFontAttr contained spanning-item intersection row-over-column column-over-row
+2
View File
@@ -0,0 +1,2 @@
syn keyword cssFontProp contained result
syn match cssFontDescriptor "@function\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
+1 -1
View File
@@ -1,3 +1,3 @@
syn keyword cssFontProp contained shape-outside shape-image-threshold shape-margin
syn keyword cssFontAttr contained margin-box
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(inset\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(inset\|circle\|ellipse\|polygon\|shape\)\s*(" end=")" oneline keepend
+27
View File
@@ -526,6 +526,28 @@
display: bottom-to-top;
}
.gaps-1 {
column-rule-break: auto;
row-rule-break: auto;
rule-break: auto;
column-rule-outset: auto;
row-rule-outset: auto;
rule-outset: auto;
rule-paint-order: auto;
row-rule-color: auto;
row-rule-style: auto;
row-rule-width: auto;
row-rule: auto;
rule-color: auto;
rule-style: auto;
rule-width: auto;
rule: auto;
display: spanning-item;
display: intersection;
display: row-over-column;
display: column-over-row;
}
.gcpm-3::footnote-call,
.gcpm-3::footnote-marker {
running: auto;
@@ -741,6 +763,10 @@ mask {
mask-type: auto;
}
@function mixins-1() {
result: auto;
}
.motion-1 {
offset-path: auto;
offset-distance: auto;
@@ -1073,6 +1099,7 @@ mask {
display: circle(100px 50px 100px);
display: ellipse(0 0 250px 100px);
display: polygon(0 0, 100% 100%, 0 100%);
display: shape(from 0% 0%, hline to 100%, line to 0% 100%, vline to 0%);
}
.sizing-3 {