mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
seperate css-text-decor-3.vim
This commit is contained in:
3
after/syntax/css/css-text-decor-3.vim
Normal file
3
after/syntax/css/css-text-decor-3.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
syn match cssTextProp contained "\<text-\(decoration\(-\(color\|line\|skip\|style\)\)\=\|underline-position\|emphasis\(-\(color\|position\|style\)\)\=\)\>"
|
||||
syn keyword cssTextAttr contained wavy objects spaces edges ink under filled dot triangle sesame over
|
||||
syn match cssTextAttr contained "\<box-decoration\>"
|
||||
@@ -2,9 +2,9 @@ syn match cssTextProp contained "\<hanging-punctuation\>"
|
||||
syn match cssTextProp contained "\<line-break\>"
|
||||
syn match cssTextProp contained "\<overflow-wrap\>"
|
||||
syn match cssTextProp contained "\<tab-size\>"
|
||||
syn match cssTextProp contained "\<text-\(align-last\|autospace\|decoration\(-\(color\|line\|skip\|style\)\)\=\|emphasis\(-\(color\|position\|style\)\)\=\|justify\|shadow\|underline-position\)\>"
|
||||
syn match cssTextProp contained "\<text-\(align-last\|autospace\|justify\|shadow\|underline-position\)\>"
|
||||
syn match cssTextProp contained "\<word-break\>"
|
||||
syn keyword cssTextAttr contained loose strict objects ink edges wavy filled dot triangle sesame hanging distribute kashida preserve alphabetic
|
||||
syn keyword cssTextAttr contained loose strict hanging distribute kashida preserve alphabetic
|
||||
syn match cssTextAttr contained "\<\(allow\|force\)-end\>"
|
||||
syn match cssTextAttr contained "\<keep-all\>"
|
||||
syn match cssTextAttr contained "\<match-parent\>"
|
||||
|
||||
@@ -375,33 +375,39 @@
|
||||
.text {
|
||||
hanging-punctuation: loose;
|
||||
line-break: strict;
|
||||
overflow-wrap: objects;
|
||||
tab-size: ink;
|
||||
text-align-last: edges;
|
||||
text-autospace: wavy;
|
||||
text-decoration-color: filled;
|
||||
text-decoration-line: dot;
|
||||
text-decoration-skip: triangle;
|
||||
text-decoration-style: sesame;
|
||||
text-emphasis: hanging;
|
||||
text-emphasis-color: distribute;
|
||||
text-emphasis-position: kashida;
|
||||
text-emphasis-style: preserve;
|
||||
text-justify: alphabetic;
|
||||
overflow-wrap: hanging;
|
||||
tab-size: distribute;
|
||||
text-align-last: kashida;
|
||||
text-autospace: preserve;
|
||||
text-justify: each-line;
|
||||
text-shadow: allow-end;
|
||||
text-underline-position: keep-all;
|
||||
word-break: double-circle;
|
||||
display: each-line;
|
||||
display: inter-word;
|
||||
display: inter-ideograph;
|
||||
display: inter-cluster;
|
||||
display: preserve-breaks;
|
||||
display: full-width;
|
||||
display: full-size-kana;
|
||||
display: break-all;
|
||||
display: break-word;
|
||||
}
|
||||
|
||||
.text-decor-3 {
|
||||
text-decoration-color: filled;
|
||||
text-decoration-line: dot;
|
||||
text-decoration-skip: triangle;
|
||||
text-decoration-style: sesame;
|
||||
text-emphasis: objects;
|
||||
text-emphasis-color: ink;
|
||||
text-emphasis-position: edges;
|
||||
text-emphasis-style: wavy;
|
||||
display: alphabetic;
|
||||
display: spaces;
|
||||
display: box-decoration;
|
||||
display: under;
|
||||
display: over;
|
||||
}
|
||||
|
||||
.transforms {
|
||||
backface-visibility: flat;
|
||||
perspective: preserve-3d;
|
||||
|
||||
Reference in New Issue
Block a user