Skip to content

Commit

Permalink
Follow changes in WD-css-text-3-20131010
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Aug 23, 2017
1 parent ff32d69 commit fa194bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion after/syntax/css/css-text-3.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ syn keyword cssTextProp contained hyphens
syn match cssTextProp contained "\<line-break\>"
syn match cssTextProp contained "\<overflow-wrap\>"
syn match cssTextProp contained "\<tab-size\>"
syn keyword cssTextAttr contained manual loose strict hanging
syn match cssTextProp contained "\<text-align-all\>"
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\>"
3 changes: 2 additions & 1 deletion test/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -746,9 +746,10 @@
line-break: loose;
overflow-wrap: strict;
tab-size: match-parent;
display: hanging;
text-align-all: hanging;
display: each-line;
display: full-width;
display: anywhere;
}

.text-4 {
Expand Down
3 changes: 2 additions & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,10 @@
line-break: loose;
overflow-wrap: strict;
tab-size: match-parent;
display: hanging;
text-align-all: hanging;
display: each-line;
display: full-width;
display: anywhere;
}
</style>
<style>
Expand Down

0 comments on commit fa194bb

Please sign in to comment.