25 lines
404 B
Plaintext
25 lines
404 B
Plaintext
![]() |
// Foobar
|
||
|
/* Foo
|
||
|
bar */
|
||
|
%%
|
||
|
// Foobar
|
||
|
/* Foo
|
||
|
bar */
|
||
|
%%
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["bison", [
|
||
|
["comment", "// Foobar"],
|
||
|
["comment", "/* Foo\r\nbar */"],
|
||
|
["punctuation", "%%"],
|
||
|
["comment", "// Foobar"],
|
||
|
["comment", "/* Foo\r\nbar */"],
|
||
|
["punctuation", "%%"]
|
||
|
]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|