mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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/
6 lines
357 B
VimL
6 lines
357 B
VimL
syn match cssFontProp contained "\<\(justify\|align\|place\)-\(self\|content\|items\)\>"
|
|
syn match cssFontProp contained "\<\(grid-\)\=\(\(row\|column\)-\)\=gap\>"
|
|
syn keyword cssFontAttr contained safe unsafe legacy
|
|
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
|
|
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
|