Files
phptimerboard2/vendor/scrivo/highlight.php/test/markup/vim/strings-comments.expect.txt
2019-09-29 19:47:00 -05:00

5 lines
284 B
Plaintext
Vendored

<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>