mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Update text-decor-4.vim
https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
syn match cssTextProp contained "\<text-\(decoration-\(width\|skip\|skip-ink\)\|underline-offset\|emphasis-skip\)\>"
|
||||
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 "\<box-decoration\>"
|
||||
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\>"
|
||||
|
||||
@@ -1073,12 +1073,15 @@ view {
|
||||
}
|
||||
|
||||
.text-decor-4 {
|
||||
text-decoration-width: auto;
|
||||
text-decoration-thickness: auto;
|
||||
text-underline-offset: auto;
|
||||
text-decoration-skip: auto;
|
||||
text-decoration-skip-ink: auto;
|
||||
text-emphasis-skip: auto;
|
||||
display: spelling-error;
|
||||
display: grammer-error;
|
||||
display: objects;
|
||||
display: from-font;
|
||||
display: spaces;
|
||||
display: leading-spaces;
|
||||
display: trailing-spaces;
|
||||
|
||||
Reference in New Issue
Block a user