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 Jul 31, 2023. It is now read-only.
Using language server? (eg useLanguageServer is true?)
Expected behavior
Syntax highlighting for 'double bang' (!!some_thing) seems off.
I would expect it to look like it does in Sublime Text - show below. .
Actual behavior
Instead, it does the first ! in red, but assumes the second one is part of whatever comes after. This doesn't seem like the clearest highlighting. Here's an example of how it looks for me.
The text was updated successfully, but these errors were encountered:
Your environment
vscode-ruby
version: 0.26.0useLanguageServer
is true?)Expected behavior
Syntax highlighting for 'double bang' (
.
!!some_thing
) seems off.I would expect it to look like it does in Sublime Text - show below.
Actual behavior
Instead, it does the first
![Example in VS Code](https://user-images.githubusercontent.com/44987522/71328374-2707b900-24cb-11ea-9178-138c93d2598e.png)
!
in red, but assumes the second one is part of whatever comes after. This doesn't seem like the clearest highlighting. Here's an example of how it looks for me.The text was updated successfully, but these errors were encountered: