Open Arthri opened 2 months ago
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" } """;
Yep, also the slightly older verbatim string format. Prism.js test page
_ = @"String\Without\""Escape""\Characters\";
Information:
Description The third double quote of the first and fifth line are not highlighted like the other four
Example Prism.js test page