mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
5 lines
291 B
VimL
5 lines
291 B
VimL
" TODO: create cssGridLayoutProp group and cssGridLayoutAttr group
|
|
syn match cssFontProp contained "\<grid-\(cell\|\(column\|row\)\(-\(align\|sizing\|span\)\)\=\|columns\|flow\|rows\|template\)\>"
|
|
syn keyword cssFontAttr contained grid rows
|
|
syn match cssFontAttr contained "\<inline-grid\>"
|