15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
|
--
|
||
|
-- foo bar
|
||
|
-- "foo" bar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "--"],
|
||
|
["comment", "-- foo bar"],
|
||
|
["comment", "-- \"foo\" bar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|