16 lines
247 B
Text
16 lines
247 B
Text
![]() |
#
|
||
|
# Foobar
|
||
|
/* Foo
|
||
|
bar */
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "#"],
|
||
|
["comment", "# Foobar"],
|
||
|
["multiline-comment", "/* Foo\r\nbar */"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|