vim-cpp-enhanced-highlight
vim-cpp-enhanced-highlight copied to clipboard
Syntax highlighting inside raw string
A pattern I've seen a few times:
R"javascript(
let a = 1;
)javascript";
Behaviour in a similar vein is vim-markdown highlighting code in codeblocks and vim-html highlighting javascript in <script> tags.