Skip to content

Commit 3221b70

Browse files
author
Bozhidar Batsov
committed
use semantically correct font faces for special forms and core functions/macros
1 parent 2d8a066 commit 3221b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"gen-class" "gen-and-load-class" "gen-and-save-class"
156156
"handler-case" "handle") t)
157157
"\\>")
158-
1 font-lock-builtin-face)
158+
1 font-lock-keyword-face)
159159
;; Built-ins
160160
(,(concat
161161
"(\\(?:clojure.core/\\)?"
@@ -263,7 +263,7 @@
263263
"with-meta" "with-open" "with-out-str" "with-precision" "xml-seq" "zipmap"
264264
) t)
265265
"\\>")
266-
1 font-lock-variable-name-face)
266+
1 font-lock-builtin-face)
267267
;;Other namespaces in clojure.jar
268268
(,(concat
269269
"(\\(?:\.*/\\)?"

0 commit comments

Comments
 (0)