### Your environment - `vscode-ruby` version: 0.27.0 - Ruby version: ruby 2.6.3p62 - Ruby version manager (if any): rvm - VS Code version: 1.50.0 - Operating System: ubuntu 20.04 - Using language server? (eg `useLanguageServer` is true in your configuration?) yes ### Expected behavior highlighting double splat operator properly ### Actual behavior ```ruby def method_with_parentheses(*a, **b, &c) hello, world = [1,2] end ``` 
Your environment
vscode-rubyversion: 0.27.0useLanguageServeris true in your configuration?) yesExpected behavior
highlighting double splat operator properly
Actual behavior