presentations/highlight-js/test/markup/vim/strings-comments.expect.txt

4 lines
284 B
Text

<span class="hljs-comment">" comment</span>
<span class="hljs-keyword">let</span> one = <span class="hljs-string">"string"</span> <span class="hljs-comment">" comment</span>
<span class="hljs-keyword">let</span> two = <span class="hljs-string">"crazy
\ string with a \" quote"</span>