Skip to content

Commit 10c65e5

Browse files
author
Bozhidar Batsov
committed
Font-lock the special form set!
1 parent 313c3fa commit 10c65e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ 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") t)
458+
"handler-case" "handle" "var" "declare" "set!") t)
459459
"\\>")
460460
1 font-lock-keyword-face)
461461
(,(concat

0 commit comments

Comments
 (0)