githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.14k stars 219 forks source link

Add ligatures for <<, >>, <<=, and >>= #161

Closed wpkelso closed 1 month ago

wpkelso commented 7 months ago

Currently, there are no ligatures included for the <<, >>, <<=, >>= operators. This becomes a particular problem in C/C++, where when all ligatures are enabled, the <<= and >>= operators become <+<= and >+>= where the second character in each operator is the geq or leq ligatures.

dvdvgt commented 5 months ago

Additionally, a ligature for <=> would also be nice.

biggianteye commented 5 months ago

Additionally, a ligature for <=> would also be nice.

Already covered by #11

coder0107git commented 5 months ago

Part of this is already mentioned here.

idan commented 1 month ago

Fixed in ca8015b27bdc6d8e1201b1ad722f4ae3c38970d0