Skip to content

Commit 6404f1a

Browse files
committed
Merge pull request #74 from samaaron/master
I think type hints fit better with interop code than clojure lib fn names.
2 parents 466a925 + a178a85 commit 6404f1a

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
@@ -547,7 +547,7 @@ elements of a def* forms."
547547
;; Constant values (keywords), including as metadata e.g. ^:static
548548
("\\<^?:\\(\\sw\\|#\\)+\\>" 0 font-lock-constant-face)
549549
;; Meta type annotation #^Type or ^Type
550-
("#?^\\sw+" 0 font-lock-type-face)
550+
("#?^\\sw+" 0 font-lock-preprocessor-face)
551551
("\\<io\\!\\>" 0 font-lock-warning-face)
552552

553553
;;Java interop highlighting

0 commit comments

Comments
 (0)