-
-
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
Atom 1.2.0 , OSX 10.11, Only limited ligatures working #69
Comments
Take a look at issue #63. |
Hi weavejester, Yes, you are right, that is indeed the problem and an identical issue. When I try to enter a ligature in a comment line, they all seem to work fine. Thank you very much for correctly spotting the most likely candidate. |
Here’s text version of most of the ligatures:
|
Seems to be fixed in atom/language-javascript#259. Just to note, there are multiple highlighting modes for JS and JSX, "Javascript (JSX)" seems to work best for me. |
PHP still seems to have issues with it. |
atom-text-editor { text-rendering:optimizeLegibility }
makes no difference.Working:
!= <= >= /= == ^= >>= <<= ===
... (...)
Not Working:
-> =>
(all lengths)->>
!==
maps to!= =
>>>
(and reverse)-<<
(and reverse)***
(all arrows)
It would be safe to assume that most of the rest are not working, but those are the ones I had a chance to try.
It may be that I am typing the wrong keys? But since some of the ligatures are working, I must be doing something correct?
(One other suggestion: Why not have a plaintext version of all symbol combinations in the README.md which produce ligatures. Then someone can just copy and paste the whole set into Atom, see which ones convert or not.)
The text was updated successfully, but these errors were encountered: