File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ syn keyword cssTextProp contained hyphens
2
2
syn match cssTextProp contained " \< line-break\> "
3
3
syn match cssTextProp contained " \< overflow-wrap\> "
4
4
syn match cssTextProp contained " \< tab-size\> "
5
- syn keyword cssTextAttr contained manual loose strict hanging
5
+ syn match cssTextProp contained " \< text-align-all\> "
6
+ syn keyword cssTextAttr contained manual loose strict hanging anywhere
6
7
syn match cssTextAttr contained " \< match-parent\> "
7
8
syn match cssTextAttr contained " \< each-line\> "
8
9
syn match cssTextAttr contained " \< full-width\> "
Original file line number Diff line number Diff line change 746
746
line-break : loose;
747
747
overflow-wrap : strict;
748
748
tab-size : match-parent;
749
- display : hanging;
749
+ text-align-all : hanging;
750
750
display : each-line;
751
751
display : full-width;
752
+ display : anywhere;
752
753
}
753
754
754
755
.text-4 {
Original file line number Diff line number Diff line change 814
814
line-break : loose;
815
815
overflow-wrap : strict;
816
816
tab-size : match-parent;
817
- display : hanging;
817
+ text-align-all : hanging;
818
818
display : each-line;
819
819
display : full-width;
820
+ display : anywhere;
820
821
}
821
822
</ style >
822
823
< style >
You can’t perform that action at this time.
0 commit comments