Skip to content

Commit 4e9ecb3

Browse files
author
Bozhidar Batsov
committed
Font-lock the special forms monitor-enter and monitor-exit
1 parent 81445eb commit 4e9ecb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ Called by `imenu--generic-function'."
455455
"try" "catch" "finally" "throw"
456456
"with-open" "with-local-vars" "binding"
457457
"gen-class" "gen-and-load-class" "gen-and-save-class"
458-
"handler-case" "handle" "var" "declare" "set!" "new") t)
458+
"handler-case" "handle" "var" "declare" "set!" "new"
459+
"monitor-enter" "monitor-exit") t)
459460
"\\>")
460461
1 font-lock-keyword-face)
461462
(,(concat

0 commit comments

Comments
 (0)