-
Notifications
You must be signed in to change notification settings - Fork 352
Bad syntax highlighting on block case statements #505
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
Comments
I'll have a fix for this shortly, thanks for submitting the issue! |
amadeus
added a commit
that referenced
this issue
Jun 22, 2016
Merged
Should be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In one of the recent updates, the support for block case statements has been broken. Don't know exactly when because I don't update frequently but here is a screenshot of the actual problem:
Using block declaration (Using

{ }
)Without block declaration (No

{ }
)As you can see, the last
}
is marked an invalid and the color of thereturn
statement is wrong also. This is valid JavaScript syntax and used to work well with this plugin. Sorry not being able to help more for now.The text was updated successfully, but these errors were encountered: