File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +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
6
syn keyword cssFontAttr contained grid subgrid dense span
6
7
syn match cssFontAttr contained " \< inline-grid\> "
7
8
syn match cssValueNumber contained " [01]\( .\d\+\)\= fr"
Original file line number Diff line number Diff line change 250
250
grid-column : auto;
251
251
grid-row : auto;
252
252
grid-area : auto;
253
+ row-gap : auto;
254
+ grid-gap : auto;
253
255
}
254
256
255
257
.images {
Original file line number Diff line number Diff line change 278
278
grid-column : auto;
279
279
grid-row : auto;
280
280
grid-area : auto;
281
+ row-gap : auto;
282
+ grid-gap : auto;
281
283
}
282
284
</ style >
283
285
< style >
You can’t perform that action at this time.
0 commit comments