Skip to content

Commit cabd566

Browse files
committed
Also font-lock %&
1 parent f2ea1f7 commit cabd566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
511511
"\\(\\sw+\\)?" )
512512
(1 font-lock-keyword-face)
513513
(2 font-lock-function-name-face nil t))
514-
;; lambda arguments - %, %1, %2, etc
515-
("\\<%[1-9]?" (0 font-lock-variable-name-face))
514+
;; lambda arguments - %, %&, %1, %2, etc
515+
("\\<%[&1-9]?" (0 font-lock-variable-name-face))
516516
;; Special forms
517517
(,(concat
518518
"("

0 commit comments

Comments
 (0)