File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 3
3
enh(css/less/stylus/scss) improve consistency of function dispatch (#3301 ) [ Josh Goebel] [ ]
4
4
enh(css/less/stylus/scss) detect block comments more fully (#3301 ) [ Josh Goebel] [ ]
5
5
- fix(cpp) fix ` xor_eq ` keyword highlighting. [ Denis Kovalchuk] [ ]
6
+ - enh(css/less/stylus/scss) add support for CSS Grid properties [ monochromer] [ ]
6
7
7
8
[ Josh Goebel ] : https://github.com/joshgoebel
8
9
[ Denis Kovalchuk ] : https://github.com/deniskovalchuk
10
+ [ monochromer ] : https://github.com/monochromer
9
11
10
12
## Version 11.2.0
11
13
Original file line number Diff line number Diff line change @@ -346,6 +346,23 @@ export const ATTRIBUTES = [
346
346
'font-variant-ligatures' ,
347
347
'font-variation-settings' ,
348
348
'font-weight' ,
349
+ 'gap' ,
350
+ 'grid' ,
351
+ 'grid-area' ,
352
+ 'grid-auto-columns' ,
353
+ 'grid-auto-flow' ,
354
+ 'grid-auto-rows' ,
355
+ 'grid-column' ,
356
+ 'grid-column-end' ,
357
+ 'grid-column-start' ,
358
+ 'grid-gap' ,
359
+ 'grid-row' ,
360
+ 'grid-row-end' ,
361
+ 'grid-row-start' ,
362
+ 'grid-template' ,
363
+ 'grid-template-areas' ,
364
+ 'grid-template-columns' ,
365
+ 'grid-template-rows' ,
349
366
'height' ,
350
367
'hyphens' ,
351
368
'icon' ,
@@ -410,6 +427,7 @@ export const ATTRIBUTES = [
410
427
'quotes' ,
411
428
'resize' ,
412
429
'right' ,
430
+ 'row-gap' ,
413
431
'src' , // @font -face
414
432
'tab-size' ,
415
433
'table-layout' ,
You can’t perform that action at this time.
0 commit comments