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
Information:
Description The third double quote of the first and fifth line are not highlighted like the other four
Example Prism.js test page
_ = """ { "A": "B" } """;
The text was updated successfully, but these errors were encountered:
Yep, also the slightly older verbatim string format. Prism.js test page
_ = @"String\Without\""Escape""\Characters\";
Sorry, something went wrong.
No branches or pull requests
Information:
Description
The third double quote of the first and fifth line are not highlighted like the other four
Example
Prism.js test page
The text was updated successfully, but these errors were encountered: