REditorSupport / sublime-ide-r

R-IDE: Make Sublime Text a perfect IDE for R
MIT License
112 stars 7 forks source link

R-syntax, some ligature symbols not rendered #27

Closed kklot closed 4 years ago

kklot commented 5 years ago

using Fira Code or alike, some symbols such as ==, <= are not rendered. These work on plain text or other language. The reason seem to be the ""..syntax breaks the characters into. separate tokens.." as show on Sublime HQ website.

R Screenshot 2019-06-13 at 19 26 41

C++ Screenshot 2019-06-13 at 19 27 14

randy3k commented 5 years ago

I am not familiar with ligature rendering in Sublime, let me do some researches first.

kklot commented 5 years ago

thanks, this info might be useful: when commenting the R code the ligature works.

Screenshot 2019-06-17 at 19 59 08

randy3k commented 4 years ago

It's been fixed upstream at Sublime Text: https://github.com/sublimehq/Packages You would need to either wait for the next dev release or clone the updated R syntax from the repo.