-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 highllighting with JS (es6) template string #958
Comments
@MoOx it is because fist line is detected as import and did not found |
…ref highlightjs#958" This reverts commit fde8b36.
…lon, fixes highlightjs#958" This reverts commit f63d81c. # Conflicts: # CHANGES.md
…lightjs#958 # Conflicts: # CHANGES.md
Rough ETA for 9.0 ? |
Oh sorry I didn't check the milestone date. Why in a month (just curious)? |
We're now doing regular releases on a 6-week cadence. The number seems to be a sort of an industry practice and may change if we see it doesn't work for us. So far it does :-) |
Ok good to know. Thanks ! |
The master branch is not on npm, you'll have to get the source and build it, here's our building docs. |
npm can grab a git repo, so I can reference the repo and use your build command as a postinstall script ;) |
Here is a snippet that create a bug (correctly parsed as lang-js)
Note that this snippet is totally ok
The text was updated successfully, but these errors were encountered: