Open aldenluthfi opened 2 years ago
all bitwise operators + equals (|=, ^=, >>=, <<=) have ligatures except for &= (the tilde can't be used as an assignment operator), while they're not used exclusively as operators, it would be really nice if the ampersand got some parity as well
|=
^=
>>=
<<=
&=
Thanks, I’ll see if I can make it work
all bitwise operators + equals (
|=
,^=
,>>=
,<<=
) have ligatures except for&=
(the tilde can't be used as an assignment operator), while they're not used exclusively as operators, it would be really nice if the ampersand got some parity as well