microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.39k stars 803 forks source link

[Feature Request] Add ligatures for bitwise-shift-assignment operators (<<= and >>=) #512

Closed jiyometrik closed 3 years ago

jiyometrik commented 3 years ago

Description

Cascadia Code already has ligatures for bitwise-shift left and right operators (<< and >>, see image), and I feel that the font could be improved by adding the assignment operators for the bitwise-shift operations (i.e. <<= and >>=). This would benefit developers who are working with low- or mid- level languages (e.g. C, C++) who have the opportunity to work with bitwise operations. image

aaronbell commented 3 years ago

Ligatures for these characters have been created (see #435 ) and should be available worth the next release.