Open devsnek opened 4 years ago
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.
<script>
A pattern I've seen a few times:
Behaviour in a similar vein is vim-markdown highlighting code in codeblocks and vim-html highlighting javascript in
<script>
tags.