use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
try { } catch (e) { } finally { }
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["keyword", "try"],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"],
|
||||
["keyword", "catch"],
|
||||
["punctuation", "("],
|
||||
"e",
|
||||
["punctuation", ")"],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"],
|
||||
["keyword", "finally"],
|
||||
["punctuation", "{"],
|
||||
["punctuation", "}"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for try statements.
|
Reference in New Issue
Block a user