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