use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
' Foobar
|
||||
#Rem Foo
|
||||
Bar 'Baz
|
||||
#End
|
||||
' This "is" a comment
|
||||
#Rem
|
||||
This "is" a comment
|
||||
#End
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", "' Foobar"],
|
||||
["comment", "#Rem Foo\r\nBar 'Baz\r\n#End"],
|
||||
["comment", "' This \"is\" a comment"],
|
||||
["comment", "#Rem\r\nThis \"is\" a comment\r\n#End"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for comments.
|
Reference in New Issue
Block a user