Skip to content
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

C# some quotes in a raw string literal aren't highlighted properly #3823

Open
Arthri opened this issue Sep 4, 2024 · 1 comment
Open

C# some quotes in a raw string literal aren't highlighted properly #3823

Arthri opened this issue Sep 4, 2024 · 1 comment

Comments

@Arthri
Copy link

Arthri commented Sep 4, 2024

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"
}
""";
@Nintynuts
Copy link

Nintynuts commented Oct 7, 2024

Yep, also the slightly older verbatim string format.
Prism.js test page

_ = @"String\Without\""Escape""\Characters\";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants