We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81445eb commit 4e9ecb3Copy full SHA for 4e9ecb3
clojure-mode.el
@@ -455,7 +455,8 @@ Called by `imenu--generic-function'."
455
"try" "catch" "finally" "throw"
456
"with-open" "with-local-vars" "binding"
457
"gen-class" "gen-and-load-class" "gen-and-save-class"
458
- "handler-case" "handle" "var" "declare" "set!" "new") t)
+ "handler-case" "handle" "var" "declare" "set!" "new"
459
+ "monitor-enter" "monitor-exit") t)
460
"\\>")
461
1 font-lock-keyword-face)
462
(,(concat
0 commit comments