-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Ligatures in regex #290
Comments
Probably you need to use the PragmataPro versions without Liga to fix this. Please let me know if your request is more complex. |
@fabrizioschiavi I checked other fonts like Iosevka and they detect and disable ligatures in certain patterns. I believe they do that for cases like this so you could read regex properly. Current workaround would be to disable ligatures if you need to read regex which contains ligatures, but I would love to see something like with Iosevka, Fira Code, etc. in the future. You can install these fonts and try yourself you will see what they do, also, they are open source maybe you can take parts they are using to disable ligatures in such scenarios. Also, depends on how complex is this to achieve, maybe it isn't worth it from your side. |
@svipas thanks for this precious suggestion! |
I found out commit in Iosevka: be5invis/Iosevka@a52d8e7 If you go into In Fira Code I also found:
This commit: tonsky/FiraCode@2ca064a |
@svipas you are always a great supporter of this project! |
Regular expressions look a bit awkward with ligatures. Somehow the Iosevka font handles them correctly like on the picture (left: PP8.30, right: Iosevka29.04). Is it possible to do something in case of regular expressions?
The text was updated successfully, but these errors were encountered: