use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
/foo[bar]/igm
|
||||
//
|
||||
foo |
|
||||
[bar]*
|
||||
//igmuy
|
||||
//
|
||||
foo #bar
|
||||
[baz] # foo bar
|
||||
//
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["regex", "/foo[bar]/igm"],
|
||||
["regex", ["//\r\nfoo |\r\n[bar]*\r\n//igmuy"]],
|
||||
["regex", [
|
||||
"//\r\nfoo ",
|
||||
["comment", "#bar"],
|
||||
"\r\n[baz] ",
|
||||
["comment", "# foo bar"],
|
||||
"\r\n//"
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for regexps.
|
Reference in New Issue
Block a user