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 c811866 commit 019c486Copy full SHA for 019c486
clojure-mode.el
@@ -323,7 +323,7 @@ elements of a def* forms."
323
("\\<:\\sw+\\>" 0 font-lock-builtin-face)
324
;; Meta type annotation #^Type
325
("#^\\sw+" 0 font-lock-type-face)
326
- ("\\<io!\\>" 0 font-lock-warning-face)))
+ ("\\<io\\!\\>" 0 font-lock-warning-face)))
327
"Default expressions to highlight in Clojure mode.")
328
329
0 commit comments