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