mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
This module renamed from `css3-multicol` to `css-multicol-1`. See also: http://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
4 lines
208 B
VimL
4 lines
208 B
VimL
syn keyword cssFontProp contained columns
|
|
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
|
|
syn match cssFontAttr contained "\<balance\(-all\)\=\>"
|