mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
follow WD-css3-grid-layout-20130402
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
" 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 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\>"
|
||||
|
||||
Reference in New Issue
Block a user