use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
/foobar/
|
||||
/fo[o](?=bar)/
|
||||
/\/\\\[\]/
|
||||
/(fo|o?)+b*ar?/
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["regex", "/foobar/"],
|
||||
["regex", "/fo[o](?=bar)/"],
|
||||
["regex", "/\\/\\\\\\[\\]/"],
|
||||
["regex", "/(fo|o?)+b*ar?/"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for regexes.
|
Reference in New Issue
Block a user