Files
vim-css3-syntax/after/syntax/css/css3-grid-layout.vim
2013-05-27 01:35:39 +09:00

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\>"