mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
5 lines
336 B
VimL
5 lines
336 B
VimL
" TODO: create cssGridLayoutProp group and cssGridLayoutAttr group
|
|
syn match cssFontProp contained "\<grid-\(definition-\(rows\|columns\)\|template\|auto-\(rows\|columns\)\|before\|start\|after\|end\|column\|row\|area\|auto-flow\)\>"
|
|
syn keyword cssFontAttr contained grid subgrid rows
|
|
syn match cssFontAttr contained "\<inline-grid\>"
|