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
It looks like vim is using style names to handle some matching logic. Changing syntax/scala.vim to use scalaCharacter (rather than scalaChar) fixes the problem for me. I'm guessing styles scala<whatever>String and scala<whatever>Comment work because they end with magic words.
Looks like the
Char
parenthesis (and square and curly braces) are not ignored while theString
ones are.The text was updated successfully, but these errors were encountered: