### Your environment - `vscode-ruby` version: 0.27.0 - Ruby version: 2.7.1 - Ruby version manager (if any): rvm - VS Code version: 1.50.1 - Operating System: macOS Catalina 10.15.7 - Using language server? (eg `useLanguageServer` is true in your configuration?) no ### Expected behavior Hashkeys being recognised as such (`constant.language.symbol.hashkey` token) and highlighting to kick in. ### Actual behavior Hashkeys are not being recognised properly in method calls:  ### Discussion I suppose the trailing exclamation and question marks are causing this.
Your environment
vscode-rubyversion: 0.27.0useLanguageServeris true in your configuration?) noExpected behavior
Hashkeys being recognised as such (
constant.language.symbol.hashkeytoken) and highlighting to kick in.Actual behavior
Hashkeys are not being recognised properly in method calls:
Discussion
I suppose the trailing exclamation and question marks are causing this.