Files
vim-css3-syntax/after/syntax/css/box-3.vim
Kyo Nagashima d8681a0d5e Follow changes in WD-css-box-3-20180809
The box-3 spec is rewrote completely. But properties defined in previous
spec is not ported anywhere. So keep them.

See also: https://www.w3.org/TR/2018/WD-css-box-3-20180809/
2018-08-10 22:22:47 +09:00

8 lines
392 B
VimL

" These will be moved to block-3
syn match cssBoxProp contained "\<clear-after\>"
syn match cssBoxProp contained "\<float-displace\>"
syn match cssBoxProp contained "\<indent-edge-reset\>"
syn keyword cssBoxAttr contained scrollbar panner marquee decendants
syn match cssBoxAttr contained "\<block-within-page\>"
syn match cssBoxAttr contained "\<\(margin\|border\|padding\|content\)-edge\>"