mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
See also: http://www.w3.org/TR/2018/WD-css-text-decor-4-20180313/ This commit also moves some properties and values from `css-text-decor-3.vim`.
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\>"
|