Your environment
vscode-ruby version: 0.28.1
- Ruby version: all of them
- Ruby version manager (if any): all of them
- VS Code version:
1.79.2
- Operating System: all of them
Expected behaviour
if (`foo 2>&1` =~ / "foo/ rescue nil)
foo(bar)
end
should be highlighted properly
Actual behaviour

Every code afterwards looses its proper highlighting