mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
337 B
VimL
6 lines
337 B
VimL
" TODO: create cssMulticolProp group and cssMulticolAttr group
|
|
syn keyword cssFontProp contained columns
|
|
syn match cssFontProp contained "\<column-\(count\|fill\|gap\|rule\(-\(color\|style\|width\)\=\)\|span\|width\)\>"
|
|
syn keyword cssFontAttr contained page column balance
|
|
syn match cssFontAttr contained "\<avoid-\(page\|column\)\>"
|