Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parenthesis highlight goes haywire if one or more Char parenthesis is present. #124

Open
aa8y opened this issue Mar 13, 2016 · 2 comments
Open

Comments

@aa8y
Copy link

aa8y commented Mar 13, 2016

Looks like the Char parenthesis (and square and curly braces) are not ignored while the String ones are.

parensgoingwrong

@fldef
Copy link

fldef commented Jun 29, 2018

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.

@derekwyatt
Copy link
Owner

Care to put in a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants