use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
## comment
|
||||
#TODO
|
||||
## FIXME
|
||||
# XXX
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", [ "## comment"]],
|
||||
["comment", [ "#", ["italic", "TODO"]]],
|
||||
["comment", [ "## ", ["italic", "FIXME"]]],
|
||||
["comment", [ "# ", ["italic", "XXX"]]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for the highlighting of comments
|
Reference in New Issue
Block a user