You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't affect comparison, arithmetic nor logical.
In the match `:+` the `+` became redundant, because it's contained in
`opchar`.
Discovered while working on scala#191.
Jentsch
added a commit
to Jentsch/vscode-scala-syntax
that referenced
this issue
Oct 9, 2024
Doesn't affect comparison, arithmetic nor logical.
In the match `:+` the `+` became redundant, because it's contained in
`opchar`.
Discovered while working on scala#191.
+
iskeyword.operator.arithmetic.scala
,:
iskeyword.operator.scala
. This is likely also a problem for:++
, etcWe can solve this by adding a rule highlighting
${opchar}{2,}
as an operator.The text was updated successfully, but these errors were encountered: