You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
When using fonts that support ligatures, the rust grammar breaks them as seen in the figure above. The ligature appear correctly only in the comment section. If i select Plain Text, the ligatures appear correctly in both cases.
When using fonts that support ligatures, the rust grammar breaks them as seen in the figure above. The ligature appear correctly only in the comment section. If i select Plain Text, the ligatures appear correctly in both cases.
This is an issue in other languages also (for example ruby), you can check the discussion in
tonsky/FiraCode#63
and the solution
atom/language-ruby#117
It should have an easy fix, by adding something like the following before the operators match
{
'match': '->|=>'
'name': 'keyword.operator.rust'
}
Not sure though if this is the best way to address the issue
The text was updated successfully, but these errors were encountered: