update inbox list
This commit is contained in:
4
vendor/scrivo/highlight.php/test/markup/vim/strings-comments.expect.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/vim/strings-comments.expect.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<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>
|
||||
4
vendor/scrivo/highlight.php/test/markup/vim/strings-comments.txt
vendored
Normal file
4
vendor/scrivo/highlight.php/test/markup/vim/strings-comments.txt
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
" comment
|
||||
let one = "string" " comment
|
||||
let two = "crazy
|
||||
\ string with a \" quote"
|
||||
Reference in New Issue
Block a user