@@ -842,23 +842,23 @@ class CodeBlockTextStyles {
842
842
hll: TextStyle .lerp (a._hll, b._hll, t)! ,
843
843
c: TextStyle .lerp (a._c, b._c, t)! ,
844
844
err: TextStyle .lerp (a._err, b._err, t)! ,
845
- esc: TextStyle .lerp (a._esc, b._esc, t)! ,
846
- g: TextStyle .lerp (a._g, b._g, t)! ,
845
+ esc: TextStyle .lerp (a._esc, b._esc, t),
846
+ g: TextStyle .lerp (a._g, b._g, t),
847
847
k: TextStyle .lerp (a._k, b._k, t)! ,
848
- l: TextStyle .lerp (a._l, b._l, t)! ,
849
- n: TextStyle .lerp (a._n, b._n, t)! ,
848
+ l: TextStyle .lerp (a._l, b._l, t),
849
+ n: TextStyle .lerp (a._n, b._n, t),
850
850
o: TextStyle .lerp (a._o, b._o, t)! ,
851
- x: TextStyle .lerp (a._x, b._x, t)! ,
852
- p: TextStyle .lerp (a._p, b._p, t)! ,
853
- ch: TextStyle .lerp (a._ch, b._ch, t)! ,
851
+ x: TextStyle .lerp (a._x, b._x, t),
852
+ p: TextStyle .lerp (a._p, b._p, t),
853
+ ch: TextStyle .lerp (a._ch, b._ch, t),
854
854
cm: TextStyle .lerp (a._cm, b._cm, t)! ,
855
855
cp: TextStyle .lerp (a._cp, b._cp, t)! ,
856
- cpf: TextStyle .lerp (a._cpf, b._cpf, t)! ,
856
+ cpf: TextStyle .lerp (a._cpf, b._cpf, t),
857
857
c1: TextStyle .lerp (a._c1, b._c1, t)! ,
858
858
cs: TextStyle .lerp (a._cs, b._cs, t)! ,
859
859
gd: TextStyle .lerp (a._gd, b._gd, t)! ,
860
860
ge: TextStyle .lerp (a._ge, b._ge, t)! ,
861
- ges: TextStyle .lerp (a._ges, b._ges, t)! ,
861
+ ges: TextStyle .lerp (a._ges, b._ges, t),
862
862
gr: TextStyle .lerp (a._gr, b._gr, t)! ,
863
863
gh: TextStyle .lerp (a._gh, b._gh, t)! ,
864
864
gi: TextStyle .lerp (a._gi, b._gi, t)! ,
@@ -873,7 +873,7 @@ class CodeBlockTextStyles {
873
873
kp: TextStyle .lerp (a._kp, b._kp, t)! ,
874
874
kr: TextStyle .lerp (a._kr, b._kr, t)! ,
875
875
kt: TextStyle .lerp (a._kt, b._kt, t)! ,
876
- ld: TextStyle .lerp (a._ld, b._ld, t)! ,
876
+ ld: TextStyle .lerp (a._ld, b._ld, t),
877
877
m: TextStyle .lerp (a._m, b._m, t)! ,
878
878
s: TextStyle .lerp (a._s, b._s, t)! ,
879
879
na: TextStyle .lerp (a._na, b._na, t)! ,
@@ -889,19 +889,19 @@ class CodeBlockTextStyles {
889
889
nt: TextStyle .lerp (a._nt, b._nt, t)! ,
890
890
nv: TextStyle .lerp (a._nv, b._nv, t)! ,
891
891
nx: TextStyle .lerp (a._nx, b._nx, t)! ,
892
- py: TextStyle .lerp (a._py, b._py, t)! ,
892
+ py: TextStyle .lerp (a._py, b._py, t),
893
893
ow: TextStyle .lerp (a._ow, b._ow, t)! ,
894
- pm: TextStyle .lerp (a._pm, b._pm, t)! ,
894
+ pm: TextStyle .lerp (a._pm, b._pm, t),
895
895
w: TextStyle .lerp (a._w, b._w, t)! ,
896
- mb: TextStyle .lerp (a._mb, b._mb, t)! ,
896
+ mb: TextStyle .lerp (a._mb, b._mb, t),
897
897
mf: TextStyle .lerp (a._mf, b._mf, t)! ,
898
898
mh: TextStyle .lerp (a._mh, b._mh, t)! ,
899
899
mi: TextStyle .lerp (a._mi, b._mi, t)! ,
900
900
mo: TextStyle .lerp (a._mo, b._mo, t)! ,
901
- sa: TextStyle .lerp (a._sa, b._sa, t)! ,
901
+ sa: TextStyle .lerp (a._sa, b._sa, t),
902
902
sb: TextStyle .lerp (a._sb, b._sb, t)! ,
903
903
sc: TextStyle .lerp (a._sc, b._sc, t)! ,
904
- dl: TextStyle .lerp (a._dl, b._dl, t)! ,
904
+ dl: TextStyle .lerp (a._dl, b._dl, t),
905
905
sd: TextStyle .lerp (a._sd, b._sd, t)! ,
906
906
s2: TextStyle .lerp (a._s2, b._s2, t)! ,
907
907
se: TextStyle .lerp (a._se, b._se, t)! ,
@@ -912,11 +912,11 @@ class CodeBlockTextStyles {
912
912
s1: TextStyle .lerp (a._s1, b._s1, t)! ,
913
913
ss: TextStyle .lerp (a._ss, b._ss, t)! ,
914
914
bp: TextStyle .lerp (a._bp, b._bp, t)! ,
915
- fm: TextStyle .lerp (a._fm, b._fm, t)! ,
915
+ fm: TextStyle .lerp (a._fm, b._fm, t),
916
916
vc: TextStyle .lerp (a._vc, b._vc, t)! ,
917
917
vg: TextStyle .lerp (a._vg, b._vg, t)! ,
918
918
vi: TextStyle .lerp (a._vi, b._vi, t)! ,
919
- vm: TextStyle .lerp (a._vm, b._vm, t)! ,
919
+ vm: TextStyle .lerp (a._vm, b._vm, t),
920
920
il: TextStyle .lerp (a._il, b._il, t)! ,
921
921
);
922
922
}
0 commit comments