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
22syn match cssTextProp contained " \< line-break\> "
33syn match cssTextProp contained " \< overflow-wrap\> "
44syn 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
67syn match cssTextAttr contained " \< match-parent\> "
78syn match cssTextAttr contained " \< each-line\> "
89syn match cssTextAttr contained " \< full-width\> "
Original file line number Diff line number Diff line change 746746 line-break : loose;
747747 overflow-wrap : strict;
748748 tab-size : match-parent;
749- display : hanging;
749+ text-align-all : hanging;
750750 display : each-line;
751751 display : full-width;
752+ display : anywhere;
752753}
753754
754755.text-4 {
Original file line number Diff line number Diff line change 814814 line-break : loose;
815815 overflow-wrap : strict;
816816 tab-size : match-parent;
817- display : hanging;
817+ text-align-all : hanging;
818818 display : each-line;
819819 display : full-width;
820+ display : anywhere;
820821}
821822</ style >
822823< style >
You can’t perform that action at this time.
0 commit comments