Escaped back-ticks treated as unescaped in syntax highlight
-
I’ve recently been writing for discord where markup for code starts with triple backtick ```. In string literal/template that would be encased in back-ticks. All in all it looks like this:
`\`\`\` line 1
line 2
line 3 \`\`\``
and notepad++ only highlights three `\` blocks and final `` block (bolded in quote). Is there a way to fix that by messing with langs/styles/other xml files? Or maybe it can be fixed in future releases?