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:
Kyo Nagashima
2018-12-07 09:02:26 +09:00
parent 85a16304be
commit c6aba8159f
2 changed files with 4 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ syn keyword cssTextAttr contained manual loose strict hanging anywhere
syn match cssTextAttr contained "\<match-parent\>"
syn match cssTextAttr contained "\<each-line\>"
syn match cssTextAttr contained "\<full-width\>"
syn match cssTextAttr contained "\<justify-all\>"
syn match cssTextAttr contained "\<break-spaces\>"

View File

@@ -929,6 +929,8 @@ view {
display: each-line;
display: full-width;
display: anywhere;
display: justify-all;
display: break-spaces;
}
.text-4 {