mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
6 lines
326 B
VimL
6 lines
326 B
VimL
" TODO: create cssExclusionsProp group and cssExclusionsAttr group
|
|
syn match cssFontProp contained "\<shape-\(image-threshold\|inside\|outside\)\>"
|
|
syn match cssFontProp contained "\<wrap\(-\(flow\|margin\|padding\|through\)\)\=\>"
|
|
syn keyword cssFontAttr contained maximum
|
|
syn match cssFontAttr contained "\<outside-shape\>"
|