2018-12-19 14:09:39 +08:00

41 lines
601 B
Plaintext

//
// Foobar
******
//
// Foobar
******
|======
|
//
|
// Foobar
|======
----------------------------------------------------
[
["comment", "//"],
["comment", "// Foobar"],
["other-block", [
["punctuation", "******"],
["comment", "//"],
["comment", "// Foobar"],
["punctuation", "******"]
]],
["table", [
["punctuation", "|======"],
["punctuation", "|"],
["comment", "//"],
["punctuation", "|"],
["comment", "// Foobar"],
["punctuation", "|======"]
]]
]
----------------------------------------------------
Checks for comments.