-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Deligaturizing "=<" #751
Comments
It’s intentional (I think Erlang uses =< instead of <=), but you raise a valid concern. Maybe it should be removed. Thanks! |
Maybe there should be a "FiraCode Terminal" font specially for use in the terminal? |
just noticed that in the mac os terminal =< is not contracted into a ligature. don't know if the reason is the fiera code version (old) or if it is a feature of terminal.app. |
I'm confused, hadn't the |
I installed FiraCode today directly from the repo and am not seeing a ligature for This does seem like an unfortunate conflict with docopt. |
Yes it was removed. It might come back as a part of Erlang stylistic set, follow #34 for that |
I discovered that "=<" is converted to "≤" while writing docopt-style CLI descriptions (
--key=<value>
turns into--key≤value>
). Maybe this is unintentional?Fantastic work on this project, by the way. I've found it very helpful and enjoyable!
The text was updated successfully, but these errors were encountered: