File tree Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 11syn match cssFontProp contained " \<\( justify\| align\| place\) -\( self\| content\| items\)\> "
2+ syn match cssFontProp contained " \<\( grid-\)\=\(\( row\| column\) -\)\= gap\> "
23syn keyword cssFontAttr contained safe unsafe legacy
34syn match cssFontAttr contained " \<\( self\| flex\) -\( start\| end\)\> "
45syn match cssFontAttr contained " \< space-\( between\| around\| evenly\)\> "
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ syn match cssFontProp contained "\<grid-template\(-\(columns\|rows\|areas\)\)\=\
22syn match cssFontProp contained " \< grid-auto-\( columns\| rows\| flow\)\> "
33syn match cssFontProp contained " \< grid-\( row\| column\)\( -\( start\| end\)\)\=\> "
44syn match cssFontProp contained " \< grid-area\> "
5- syn match cssFontProp contained " \< grid\( -\( column\| row\)\)\= -gap\> "
65syn keyword cssFontAttr contained grid dense span
76syn match cssFontAttr contained " \< inline-grid\> "
87syn match cssFontAttr contained " \< auto-flow\> "
Original file line number Diff line number Diff line change 1- " TODO: create cssMulticolProp group and cssMulticolAttr group
21syn keyword cssFontProp contained columns
3- syn match cssFontProp contained " \< column-\( count\| fill\| gap \| rule\( -\( color\| style\| width\)\)\=\| span\| width\)\> "
2+ syn match cssFontProp contained " \< column-\( count\| fill\| rule\( -\( color\| style\| width\)\)\=\| span\| width\)\> "
43syn keyword cssFontAttr contained balance
54syn match cssFontAttr contained " \<\( avoid-\)\= column\> "
Original file line number Diff line number Diff line change 88 place-self : space-around;
99 place-content : space-between;
1010 place-items : space-evenly;
11- display : legacy;
11+ row-gap : legacy;
12+ column-gap : auto;
13+ gap : auto;
14+ grid-column-gap : auto;
15+ grid-row-gap : auto;
16+ grid-gap : auto;
1217}
1318
1419.animations {
370375 grid-column : auto;
371376 grid-row : auto;
372377 grid-area : auto;
373- grid-column-gap : auto;
374- grid-row-gap : auto;
375- grid-gap : auto;
376378}
377379
378380.images-3 {
502504 columns : column;
503505 column-count : balance;
504506 column-fill : avoid-column;
505- column-gap : auto;
506507 column-rule : auto;
507508 column-rule-color : auto;
508509 column-rule-style : auto;
Original file line number Diff line number Diff line change 1818 place-self : space-around;
1919 place-content : space-between;
2020 place-items : space-evenly;
21- display : legacy;
21+ row-gap : legacy;
22+ column-gap : auto;
23+ gap : auto;
24+ grid-column-gap : auto;
25+ grid-row-gap : auto;
26+ grid-gap : auto;
2227}
2328</ style >
2429< style >
404409 grid-column : auto;
405410 grid-row : auto;
406411 grid-area : auto;
407- grid-column-gap : auto;
408- grid-row-gap : auto;
409- grid-gap : auto;
410412}
411413</ style >
412414< style >
545547 columns : column;
546548 column-count : balance;
547549 column-fill : avoid-column;
548- column-gap : auto;
549550 column-rule : auto;
550551 column-rule-color : auto;
551552 column-rule-style : auto;
You can’t perform that action at this time.
0 commit comments