Skip to content

Commit f3bcb18

Browse files
author
Bozhidar Batsov
committed
Remove redundant font-lock for io!
io! is listed in the built-ins as well and that takes precedence over the second font-lock spec for it. Since it's actually a built-in no addition processing for it is required and second spec is redundant.
1 parent 119b2a3 commit f3bcb18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clojure-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@
292292
("\\(#?^\\)\\(\\(\\sw\\|\\s_\\)+\\)"
293293
(1 font-lock-preprocessor-face)
294294
(2 font-lock-type-face))
295-
("\\<io\\!\\>" 0 font-lock-warning-face)
296295

297296
;;Java interop highlighting
298297
("\\<\\.-?[a-z][a-zA-Z0-9]*\\>" 0 font-lock-preprocessor-face) ;; .foo .barBaz .qux01 .-flibble .-flibbleWobble

0 commit comments

Comments
 (0)