use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
^(.*)$
|
||||
^foo
|
||||
bar$
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["regex", "^(.*)$"],
|
||||
["regex", "^foo"],
|
||||
["regex", "bar$"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for regex.
|
Reference in New Issue
Block a user