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 12ab3d0 commit a178a85Copy full SHA for a178a85
clojure-mode.el
@@ -547,7 +547,7 @@ elements of a def* forms."
547
;; Constant values (keywords), including as metadata e.g. ^:static
548
("\\<^?:\\(\\sw\\|#\\)+\\>" 0 font-lock-constant-face)
549
;; Meta type annotation #^Type or ^Type
550
- ("#?^\\sw+" 0 font-lock-type-face)
+ ("#?^\\sw+" 0 font-lock-preprocessor-face)
551
("\\<io\\!\\>" 0 font-lock-warning-face)
552
553
;;Java interop highlighting
0 commit comments