mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
add css3-grid-layout.vim
This commit is contained in:
4
after/syntax/css/css3-grid-layout.vim
Normal file
4
after/syntax/css/css3-grid-layout.vim
Normal file
@@ -0,0 +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 cssFontAttr contained "\<inline-grid\>"
|
||||||
Reference in New Issue
Block a user