vscode-ruby version: 0.10.4Wiggly heredocs are not working with the extension's syntax coloring.
Wiggly heredocs are colored correctly, like in VS Code default Ruby syntax (Ruby extension disabled):

Wiggly heredocs are not recognized. Futhermore, having unbalanced quotes in the heredoc breaks completely the syntax coloring for the rest of the file.

Open a ruby file containing a wiggly heredoc, e.g.:
<<~EOF
I'm heredoc!
EOF
(Ironically, GitHub suffers from the same bug, so the snippet is incorrectly colored)
This seems to still be broken, or maybe it broke again?
Your environment
ruby --version as a custom task in cscode, I get ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17], so maybe vscode is using a differnet version)
Most helpful comment
This seems to still be broken, or maybe it broke again?
Your environment
ruby --versionas a custom task in cscode, I getruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17], so maybe vscode is using a differnet version)