Skip to content

Commit adbc12f

Browse files
committed
1 parent 2a04f2d commit adbc12f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

after/syntax/css/gaps-1.vim

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
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
2+
syn keyword cssFontAttr contained spanning-item intersection row-over-column column-over-row

test/test.css

+22
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,28 @@
526526
display: bottom-to-top;
527527
}
528528

529+
.gaps-1 {
530+
column-rule-break: auto;
531+
row-rule-break: auto;
532+
rule-break: auto;
533+
column-rule-outset: auto;
534+
row-rule-outset: auto;
535+
rule-outset: auto;
536+
rule-paint-order: auto;
537+
row-rule-color: auto;
538+
row-rule-style: auto;
539+
row-rule-width: auto;
540+
row-rule: auto;
541+
rule-color: auto;
542+
rule-style: auto;
543+
rule-width: auto;
544+
rule: auto;
545+
display: spanning-item;
546+
display: intersection;
547+
display: row-over-column;
548+
display: column-over-row;
549+
}
550+
529551
.gcpm-3::footnote-call,
530552
.gcpm-3::footnote-marker {
531553
running: auto;

0 commit comments

Comments
 (0)