File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
syn match cssFontProp contained " \< object-\( fit\| position\)\> "
2
2
syn match cssFontProp contained " \< image-orientation\> "
3
- syn keyword cssFontAttr contained snap
3
+ syn keyword cssFontAttr contained snap flip
4
4
syn match cssFontAttr contained " \< scale-down\> "
5
5
syn match cssFontAttr contained " \< from-image\> "
6
6
syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( repeating-\( linear\| radial\) -gradient\)\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ template {
427
427
object-position : auto;
428
428
image-orientation : auto;
429
429
display : snap;
430
+ display : flip;
430
431
display : scale-down;
431
432
display : from-image;
432
433
display : repeating-linear-gradient (to bottom, yellow, blue);
You can’t perform that action at this time.
0 commit comments