Skip to content

Commit a178a85

Browse files
committed
highlight type hints similarly to interop forms
1 parent 12ab3d0 commit a178a85

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)