### 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 ```ruby if (`foo 2>&1` =~ / "foo/ rescue nil) foo(bar) end ``` should be highlighted properly ### Actual behaviour  Every code afterwards looses its proper highlighting
Your environment
vscode-rubyversion:0.28.11.79.2Expected behaviour
should be highlighted properly
Actual behaviour
Every code afterwards looses its proper highlighting