Firacode: Deligaturizing "=<"

Created on 28 Apr 2019  Â·  6Comments  Â·  Source: tonsky/FiraCode

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!

conflict

Most helpful comment

Maybe there should be a "FiraCode Terminal" font specially for use in the terminal?
Like what Iosevka does. I believe =< should stay, not removed.

All 6 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?
Like what Iosevka does. I believe =< should stay, not removed.

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 =< ligature already been removed?
https://github.com/tonsky/FiraCode/commit/b96ceee8b651ef9f05f4971799d54591c4c9d7ed

I installed FiraCode today directly from the repo and am not seeing a ligature for =<. It's too bad, I was hoping for one because =< is indeed "less than or equal to" in Erlang, as @tonsky pointed out.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iyzana picture iyzana  Â·  3Comments

ulope picture ulope  Â·  4Comments

tomByrer picture tomByrer  Â·  4Comments

ghivert picture ghivert  Â·  4Comments

alis0nc picture alis0nc  Â·  3Comments