-
Notifications
You must be signed in to change notification settings - Fork 304
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
Bad interaction with Swift's string interpolation #65
Comments
Would #11 (Spacing only ligatures variant) help for that? |
It's quite annoying actually which forces me to back to Fira Code when I write Swift code. Please fix this ASAP. Thank you. |
Consulted with @tonsky on matter of |
Ah, that's a shame. Look, I have to say that I understand that the use of JetBrains Mono with Swift probably isn't the primary use case so I'd be understanding if you left these ligatures in if they don't affect languages such as your own (Kotlin). |
A coding font should have no bias toward any specific programming languages. |
— Added support of Box Drawings 159 symbols #84 #55 — Added ligature `<--` #95 — Removed the `\/` & `/\` ligatures #65 #76 #78 #83 — Corrected behaviour of ligatures in a glob pattern #88 — Changed the `$` & dependent glyphs #110 — Added no-break space #94 — Corrected unexpected `>=` ligature usage in `>=<` sequence — Refactored `w`, `W`, `m`, `M` — Slightly tuned ascenders & descenders — Added support of Mongolian language #81 — Better placement of the dot in 0 #104 — Reorganised family names #122
— Added support of Box Drawings 159 symbols #84 #55 — Added ligature `<--` #95 — Removed the `\/` & `/\` ligatures #65 #76 #78 #83 — Corrected behaviour of ligatures in a glob pattern #88 — Changed the `$` & dependent glyphs #110 — Added no-break space #94 — Corrected unexpected `>=` ligature usage in `>=<` sequence — Refactored `w`, `W`, `m`, `M` — Slightly tuned ascenders & descenders — Added support of Mongolian language #81 — Better placement of the dot in 0 #104 — Reorganised family names #122 — Updated download link in README.md
I've come across a situation with a ligature that I'd prefer not to display. I understand that this might not be possible, but here's a report all the same:
Given the following Swift string:
Using JetBrains Mono produces the following result:
Obviously the
/\
is unintentional, and probably quite situation/language specific.The text was updated successfully, but these errors were encountered: