17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
![]() |
* foobar;
|
||
|
foo; * foobar;
|
||
|
/* foo
|
||
|
bar */
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "* foobar;"],
|
||
|
"\r\nfoo", ["punctuation", ";"],
|
||
|
["comment", "* foobar;"],
|
||
|
["comment", "/* foo\r\nbar */"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|