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

5 lines
284 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
<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>