Details
Observed with github.com's syntax highlighting of c# code blocks when using raw string literals from C# 10.
https://github.com/dotnet/csharplang/blob/main/proposals/raw-string-literal.md
Repro
var s = """
Hello, world!
""";
The preview for this looks like:
