mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
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`.
This commit is contained in:
4
after/syntax/css/css-text-decor-4.vim
Normal file
4
after/syntax/css/css-text-decor-4.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
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\>"
|
||||
Reference in New Issue
Block a user