mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
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/
8 lines
392 B
VimL
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\>"
|