mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +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:
@@ -783,17 +783,25 @@
|
||||
.text-decor-3 {
|
||||
text-decoration-color: filled;
|
||||
text-decoration-line: dot;
|
||||
text-decoration-skip: triangle;
|
||||
text-decoration-style: sesame;
|
||||
text-emphasis: objects;
|
||||
text-emphasis: alphabetic;
|
||||
text-emphasis-color: ink;
|
||||
text-emphasis-position: edges;
|
||||
text-emphasis-position: under;
|
||||
text-emphasis-style: wavy;
|
||||
display: alphabetic;
|
||||
display: spaces;
|
||||
display: box-decoration;
|
||||
display: under;
|
||||
display: over;
|
||||
display: triangle;
|
||||
}
|
||||
|
||||
.text-decor-4 {
|
||||
text-decoration-width: objects;
|
||||
text-underline-offset: spaces;
|
||||
text-decoration-skip: leading-spaces;
|
||||
text-decoration-skip-ink: trailing-spaces;
|
||||
text-emphasis-skip: edges;
|
||||
display: box-decoration;
|
||||
display: symbols;
|
||||
display: narrow;
|
||||
}
|
||||
|
||||
.timing-1 {
|
||||
|
||||
Reference in New Issue
Block a user