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
To Reproduce
Select Go as Language and paste this code:
ifa!=b {
returnfalse
}
Go to '…'
Click on '…'
See error
Expected behavior != should be in the code and not ≠..
It's in the code I pasted. ≠ is not even valid Go code.
At least there should be an Option to turn this auto replacement off.
Adding support for disabling ligatures was requested in #1088 and the resolution there was no action, since you can upload your own font without ligatures and use that.
Describe the bug
Carbon turns
!=
into≠
.To Reproduce
Select Go as Language and paste this code:
Expected behavior
!=
should be in the code and not≠
..It's in the code I pasted.
≠
is not even valid Go code.At least there should be an Option to turn this auto replacement off.
Screenshots
Info (please complete the following information):
The text was updated successfully, but these errors were encountered: