use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
~ 42
|
||||
- 42
|
||||
= 42
|
||||
&= 42
|
||||
!= 42
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "~"], ["code", [["number", "42"]]],
|
||||
["punctuation", "-"], ["code", [["number", "42"]]],
|
||||
["punctuation", "="], ["code", [["number", "42"]]],
|
||||
["punctuation", "&="], ["code", [["number", "42"]]],
|
||||
["punctuation", "!="], ["code", [["number", "42"]]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for single-line code.
|
Reference in New Issue
Block a user