use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
#[[]]#
|
||||
#[[This is not parsed]]#
|
||||
#[[#if("some quotes" 'some quotes')
|
||||
## #* *#
|
||||
$dollar
|
||||
]]#
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["unparsed", [
|
||||
["punctuation", "#[["],
|
||||
["punctuation", "]]#"]
|
||||
]],
|
||||
["unparsed", [
|
||||
["punctuation", "#[["],
|
||||
"This is not parsed",
|
||||
["punctuation", "]]#"]
|
||||
]],
|
||||
["unparsed", [
|
||||
["punctuation", "#[["],
|
||||
"#if(\"some quotes\" 'some quotes')\r\n## #* *#\r\n$dollar\r\n",
|
||||
["punctuation", "]]#"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for unparsed sections.
|
Reference in New Issue
Block a user