File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- syn match cssFontProp contained " \<\( justify\| align\) -\( self\| content\| items\)\> "
1+ syn match cssFontProp contained " \<\( justify\| align\| place \ ) -\( self\| content\| items\)\> "
22syn keyword cssFontAttr contained safe unsafe legacy
33syn match cssFontAttr contained " \<\( self\| flex\) -\( start\| end\)\> "
44syn match cssFontAttr contained " \< space-\( between\| around\| evenly\)\> "
Original file line number Diff line number Diff line change 55 align-self : self-end;
66 align-content : flex-start;
77 align-items : flex-end;
8- display : space-around;
9- display : space-between;
10- display : space-evenly;
8+ place-self : space-around;
9+ place-content : space-between;
10+ place-items : space-evenly;
1111 display : legacy;
1212}
1313
Original file line number Diff line number Diff line change 1515 align-self : self-end;
1616 align-content : flex-start;
1717 align-items : flex-end;
18- display : space-around;
19- display : space-between;
20- display : space-evenly;
18+ place-self : space-around;
19+ place-content : space-between;
20+ place-items : space-evenly;
2121 display : legacy;
2222}
2323</ style >
You can’t perform that action at this time.
0 commit comments