use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
foobar()
|
||||
Foo_Bar_42()
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["function", "foobar"], ["punctuation", "("], ["punctuation", ")"],
|
||||
["function", "Foo_Bar_42"], ["punctuation", "("], ["punctuation", ")"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for functions.
|
Reference in New Issue
Block a user