mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
5 lines
168 B
VimL
5 lines
168 B
VimL
syn match cssTextProp contained "\<text-\(shadow\|overflow\)\>"
|
|
syn match cssTextProp contained "\<word-wrap\>"
|
|
|
|
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"
|