mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
5 lines
265 B
VimL
5 lines
265 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\)\=\)\)\=\>"
|