mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
8 lines
365 B
VimL
8 lines
365 B
VimL
syn match cssFontProp contained "\<shape-inside\>"
|
|
syn match cssFontProp contained "\<border-boundary\>"
|
|
syn match cssFontProp contained "\<polar-\(angle\|distance\)\>"
|
|
syn keyword cssFontAttr contained parent polar
|
|
syn match cssFontAttr contained "\<outside-shape\>"
|
|
syn match cssFontAttr contained "\<shape-box\>"
|
|
syn match cssMediaProp contained /device-radius/
|