17 lines
344 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
## comment
#TODO
## FIXME
# XXX
----------------------------------------------------
[
["comment", [ "## comment"]],
["comment", [ "#", ["italic", "TODO"]]],
["comment", [ "## ", ["italic", "FIXME"]]],
["comment", [ "# ", ["italic", "XXX"]]]
]
----------------------------------------------------
Checks for the highlighting of comments