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
186 B
VimL
4 lines
186 B
VimL
syn match cssFontProp contained "\<break-\(after\|before\|inside\)\>"
|
|
syn match cssFontProp contained "\<box-decoration-break\>"
|
|
syn match cssFontAttr contained "\<\(avoid-\)\=column\>"
|