-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong syntax highlighting #2
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks, that last one is the same issue as #1. I do not have a lot of time to devote to this project, but I would gladly accept pull requests to fix these. |
The last two comments had to do with template literals. Those should be fixed. @pioz I believe your issue is still valid. Also one minor annoyance that I have to figure out. Doing this will not highlight correctly return (
<div>
whatever
</div>
); But this is fine return
<div>
whatever
</div>; And so is this return (<div>
whatever
</div>); |
@ccampbell Your first example seem good, with the current version : |
Here a screenshot:
The text was updated successfully, but these errors were encountered: