We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was playing around with the online playground and noticed that template strings break highlighting when using interpolation:
The file still parses correctly but the highlighting is broken from that point onwards.
The text was updated successfully, but these errors were encountered:
Good catch. I'm going to mark this one as "help wanted", and see if someone who knows how the highlighting works can send a PR.
Sorry, something went wrong.
Might be related to #296.
Yeah, it's been a problem of CodeMirror's JS grammar for ages. Really should switch from CM to something else.
Let's talk about options on #296. I agree that's the correct, lowest-effort approach to solving this.
Going to close this as a dup.
No branches or pull requests
Was playing around with the online playground and noticed that template strings break highlighting when using interpolation:
The file still parses correctly but the highlighting is broken from that point onwards.
The text was updated successfully, but these errors were encountered: