File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ syn match cssFontProp contained "\<grid-template\(-\(columns\|rows\|areas\)\)\=\
2
2
syn match cssFontProp contained " \< grid-auto-\( columns\| rows\| flow\| position\)\> "
3
3
syn match cssFontProp contained " \< grid-\( row\| column\)\( -\( start\| end\)\)\=\> "
4
4
syn match cssFontProp contained " \< grid-area\> "
5
- syn match cssFontProp contained " \<\( row \| grid \) -gap\> "
5
+ syn match cssFontProp contained " \< grid \( - \( column \| row \)\)\= -gap\> "
6
6
syn keyword cssFontAttr contained grid subgrid dense span
7
7
syn match cssFontAttr contained " \< inline-grid\> "
8
8
syn match cssValueNumber contained " [01]\( .\d\+\)\= fr"
Original file line number Diff line number Diff line change 255
255
grid-column : auto;
256
256
grid-row : auto;
257
257
grid-area : auto;
258
- row-gap : auto;
258
+ grid-column-gap : auto;
259
+ grid-row-gap : auto;
259
260
grid-gap : auto;
260
261
}
261
262
Original file line number Diff line number Diff line change 283
283
grid-column : auto;
284
284
grid-row : auto;
285
285
grid-area : auto;
286
- row-gap : auto;
286
+ grid-column-gap : auto;
287
+ grid-row-gap : auto;
287
288
grid-gap : auto;
288
289
}
289
290
</ style >
You can’t perform that action at this time.
0 commit comments