vim-cpp-enhanced-highlight icon indicating copy to clipboard operation
vim-cpp-enhanced-highlight copied to clipboard

Syntax highlighting inside raw string

Open devsnek opened this issue 5 years ago • 0 comments

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.

devsnek avatar Jun 15 '20 18:06 devsnek