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
After reading #562, I was a bit concerned about using these extensions for general development, but they appear fine to use right now. I've just noticed, though, syntax highlighting sometimes breaks in other color themes. Below is a Regexp to match a Japanese date format in the built-in Red color theme. It does not appear like this without the Ruby extensions installed. To note, the Spinel themes that comes with the extensions do not appear to have this issue.
The text was updated successfully, but these errors were encountered:
I was a bit concerned about using these extensions for general development, but they appear fine to use right now
They are all for general development.
though, syntax highlighting sometimes breaks in other color themes.
It's not related to themes, it's actually a bug with handling multibyte characters: Shopify/ruby-lsp#1162. You can see that the highlighting is offset by a few characters, which is the number of extra bytes in the Japanese characters.
I'll close this issue to keep discussions centralized in that one.
After reading #562, I was a bit concerned about using these extensions for general development, but they appear fine to use right now. I've just noticed, though, syntax highlighting sometimes breaks in other color themes. Below is a
Regexp
to match a Japanese date format in the built-in Red color theme. It does not appear like this without the Ruby extensions installed. To note, the Spinel themes that comes with the extensions do not appear to have this issue.The text was updated successfully, but these errors were encountered: