mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 19:44:45 +08:00
This changes generalize gap specific properties for flexbox, grid, and multicol. So, move these. See also: http://www.w3.org/TR/2017/WD-css-align-3-20170906/
5 lines
251 B
VimL
5 lines
251 B
VimL
syn keyword cssFontProp contained columns
|
|
syn match cssFontProp contained "\<column-\(count\|fill\|rule\(-\(color\|style\|width\)\)\=\|span\|width\)\>"
|
|
syn keyword cssFontAttr contained balance
|
|
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
|