mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
6 lines
319 B
VimL
6 lines
319 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 balance
|
|
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
|