tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
77.33k stars 3.1k forks source link

[REQUEST] Bitwise &= #1424

Open aldenluthfi opened 2 years ago

aldenluthfi commented 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

tonsky commented 2 years ago

Thanks, I’ll see if I can make it work