mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-05-04 08:05:46 +08:00
add css3-exclusions.vim
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
" 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\>"
|
||||
Reference in New Issue
Block a user