14 lines
239 B
Text
14 lines
239 B
Text
![]() |
-- foo
|
||
|
{- foo
|
||
|
bar -}
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "-- foo"],
|
||
|
["comment", "{- foo\r\nbar -}"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for single-line and multi-line comments.
|