File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ syn match cssFontProp contained "\<grid-auto-\(columns\|rows\|flow\)\>"
3
3
syn match cssFontProp contained " \< grid-\( row\| column\)\( -\( start\| end\)\)\=\> "
4
4
syn match cssFontProp contained " \< grid-area\> "
5
5
syn match cssFontProp contained " \< grid\( -\( column\| row\)\)\= -gap\> "
6
- syn keyword cssFontAttr contained grid subgrid dense span
6
+ syn keyword cssFontAttr contained grid dense span
7
7
syn match cssFontAttr contained " \< inline-grid\> "
8
8
syn match cssFontAttr contained " \< auto-flow\> "
9
9
syn match cssValueNumber contained " [01]\( .\d\+\)\= fr"
Original file line number Diff line number Diff line change 351
351
grid-auto-columns : 0.2fr ;
352
352
grid-auto-flow : dense;
353
353
grid : auto-flow;
354
- grid-row-start : subgrid ;
355
- grid-column-start : span ;
354
+ grid-row-start : span ;
355
+ grid-column-start : auto ;
356
356
grid-row-end : auto;
357
357
grid-column-end : auto;
358
358
grid-column : auto;
Original file line number Diff line number Diff line change 388
388
grid-auto-columns : 0.2fr ;
389
389
grid-auto-flow : dense;
390
390
grid : auto-flow;
391
- grid-row-start : subgrid ;
392
- grid-column-start : span ;
391
+ grid-row-start : span ;
392
+ grid-column-start : auto ;
393
393
grid-row-end : auto;
394
394
grid-column-end : auto;
395
395
grid-column : auto;
You can’t perform that action at this time.
0 commit comments