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

syntax: Fix word boundary of highlighting #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rhysd
Copy link

@rhysd rhysd commented Sep 6, 2021

Since vim-scala higlights when word without checking word boundary, it highlights a word like elsewhen partially.

This is a real code which I'm writing with Chisel3.

スクリーンショット 2021-09-07 2 38 35

This PR fixes to check the word boundary. Now it does not highlight entire elsewhen method name correctly:

スクリーンショット 2021-09-07 2 41 03

I also found other words had the same issue so I fixed them as well.

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

Successfully merging this pull request may close these issues.

1 participant