vscode-scala-syntax icon indicating copy to clipboard operation
vscode-scala-syntax copied to clipboard

+: is highlighted as two separate, different tokens

Open MaximeKjaer opened this issue 4 years ago • 0 comments

+ is keyword.operator.arithmetic.scala, : is keyword.operator.scala. This is likely also a problem for :++, etc

We can solve this by adding a rule highlighting ${opchar}{2,} as an operator.

MaximeKjaer avatar Jan 22 '21 14:01 MaximeKjaer