File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11syn keyword cssFontProp contained continue
2- syn match cssFontProp contained " \< block-overflow\> "
2+ syn match cssFontProp contained " \< overflow-\( clip-margin\| block\| inline\)\> "
3+ syn match cssFontProp contained " \< block-ellipsis\> "
34syn match cssFontProp contained " \< line-clamp\> "
45syn match cssFontProp contained " \< max-lines\> "
5- syn match cssFontProp contained " \< overflow-\( block\| inline\)\> "
Original file line number Diff line number Diff line change @@ -605,12 +605,13 @@ mask {
605605}
606606
607607.overflow-3 {
608- max-lines : auto;
609- block-overflow : auto;
610- line-clamp : auto;
611- continue : auto;
608+ overflow-clip-margin : auto;
612609 overflow-block : auto;
613610 overflow-inline : auto;
611+ block-ellipsis : auto;
612+ line-clamp : auto;
613+ max-lines : auto;
614+ continue : auto;
614615}
615616
616617.overflow-4 ::nth-fragment (1 ) {
You can’t perform that action at this time.
0 commit comments