Skip to content

Commit 019c486

Browse files
committed
Fix io! font-lock rule.
1 parent c811866 commit 019c486

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
@@ -323,7 +323,7 @@ elements of a def* forms."
323323
("\\<:\\sw+\\>" 0 font-lock-builtin-face)
324324
;; Meta type annotation #^Type
325325
("#^\\sw+" 0 font-lock-type-face)
326-
("\\<io!\\>" 0 font-lock-warning-face)))
326+
("\\<io\\!\\>" 0 font-lock-warning-face)))
327327
"Default expressions to highlight in Clojure mode.")
328328

329329

0 commit comments

Comments
 (0)