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