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