mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-29 05:44:35 +08:00
Follow changes in WD-css-text-3-20181206
See also: https://www.w3.org/TR/2018/WD-css-text-3-20181206/
This commit is contained in:
@@ -7,3 +7,5 @@ syn keyword cssTextAttr contained manual loose strict hanging anywhere
|
|||||||
syn match cssTextAttr contained "\<match-parent\>"
|
syn match cssTextAttr contained "\<match-parent\>"
|
||||||
syn match cssTextAttr contained "\<each-line\>"
|
syn match cssTextAttr contained "\<each-line\>"
|
||||||
syn match cssTextAttr contained "\<full-width\>"
|
syn match cssTextAttr contained "\<full-width\>"
|
||||||
|
syn match cssTextAttr contained "\<justify-all\>"
|
||||||
|
syn match cssTextAttr contained "\<break-spaces\>"
|
||||||
|
|||||||
@@ -929,6 +929,8 @@ view {
|
|||||||
display: each-line;
|
display: each-line;
|
||||||
display: full-width;
|
display: full-width;
|
||||||
display: anywhere;
|
display: anywhere;
|
||||||
|
display: justify-all;
|
||||||
|
display: break-spaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-4 {
|
.text-4 {
|
||||||
|
|||||||
Reference in New Issue
Block a user