Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/vim/strings-comments.expect.txt
2021-04-07 19:25:18 -04: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>