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.
2 parents 466a925 + a178a85 commit 6404f1aCopy full SHA for 6404f1a
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