Skip to content

Commit

Permalink
Merge pull request clojure-emacs#74 from samaaron/master
Browse files Browse the repository at this point in the history
I think type hints fit better with interop code than clojure lib fn names.
  • Loading branch information
technomancy committed Apr 19, 2012
2 parents 466a925 + a178a85 commit 6404f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-mode.el
Expand Up @@ -547,7 +547,7 @@ elements of a def* forms."
;; Constant values (keywords), including as metadata e.g. ^:static
("\\<^?:\\(\\sw\\|#\\)+\\>" 0 font-lock-constant-face)
;; Meta type annotation #^Type or ^Type
("#?^\\sw+" 0 font-lock-type-face)
("#?^\\sw+" 0 font-lock-preprocessor-face)
("\\<io\\!\\>" 0 font-lock-warning-face)

;;Java interop highlighting
Expand Down

0 comments on commit 6404f1a

Please sign in to comment.