Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jiyometrik opened this issue Jun 19, 2021 · 1 comment

Comments

@jiyometrik
Copy link

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants