-
Notifications
You must be signed in to change notification settings - Fork 111
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
another missing comma error syntax #34
Comments
@itchyny |
Thanks @itchyny and @CaptSpify. I had known about these unhighlighted cases but frankly they were something of a pain to deal with because of how Vim won't allow you to reuse a keyword or a region as part of a match. In other words, it seemed to be either I highlighted these edge cases or I recognized Anyway, I finally found a way to do both. It adds some regex complexity but hopefully nothing that will hurt performance. Added these new cases to the test file |
Works nice. Thank you @elzr. |
@elzr |
There are some error syntax which the syntax file does not warn us.
First case:
should be
Second case:
should be
Also missing comma after literals like true/false, {}.
The text was updated successfully, but these errors were encountered: