Files
vim-css3-syntax/after/syntax/css/css-text-decor-4.vim
Kyo Nagashima 8863961356 Add css-text-decor-4.vim
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`.
2018-03-15 14:37:13 +09:00

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\>"