mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
6 lines
326 B
VimL
6 lines
326 B
VimL
syn match cssBoxProp contained "\<overflow-\(style\|x\|y\)\>"
|
|
syn match cssBoxProp contained "\<rotation\(-point\)\=\>"
|
|
syn keyword cssBoxAttr contained scrollbar panner marquee
|
|
syn match cssBoxAttr contained "\<ruby\(-\(base\(-group\)\=\|text\(-group\)\=\)\)\=\>"
|
|
syn match cssBoxAttr contained "\<no-\(display\|content\)\>"
|