mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
5 lines
306 B
VimL
5 lines
306 B
VimL
syn match cssTextProp contained "\<text-\(decoration-\(width\|skip\|skip-ink\)\|underline-offset\|emphasis-skip\)\>"
|
|
syn keyword cssTextAttr contained objects edges symbols narrow
|
|
syn match cssTextAttr contained "\<box-decoration\>"
|
|
syn match cssTextAttr contained "\<\(\(leading\|trailing\)-\)\=spaces\>"
|