Simple change to LexCPP: Add an option "lexer.cpp.backquoted.strings" and delimit multi-line raw strings with ... if it's true. These strings don't allow embedded backquotes, so no escaping is needed, so the SCE_C_STRINGRAW state works fine.
...
Unfortunately the backquotes were interpreted by the markdown processor.
I meant something like this:
log.Printf("%s", `first line second line third line`);
Committed as [6e84f5].
Commit: [6e84f5]
Log in to post a comment.
Unfortunately the backquotes were interpreted by the markdown processor.
I meant something like this:
log.Printf("%s", `first line
second line
third line`);
Committed as [6e84f5].
Related
Commit: [6e84f5]