-
Notifications
You must be signed in to change notification settings - Fork 17
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 highlighting breaks after HTML <script> tag #71
Comments
why was this closed? I'm still seeing it as a problem :( |
Oops, I don't remember why I closed it. |
Only looked into this briefly, but adding a semi-colon after |
In short, this is a pretty difficult issue to debug. I believe it was introduced in #56. Handling flow-type arguments has added quite a bit of complexity to function and method calls. |
Try this out in 0.0.35 and let me know if this still exists. |
Describe the issue
If a line of JavaScript within a
script
tag in HTML doesn't end in a semicolon, it sometimes breaks the syntax highlighting for the rest of the file.Screenshot of Current Behavior
Sample Code to Reproduce
The text was updated successfully, but these errors were encountered: