41 lines
601 B
Plaintext
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.
|