File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
465
465
466
466
(defconst clojure-font-lock-keywords
467
467
(eval-when-compile
468
- `(; ; Top-level variable definition
468
+ `( ; ; Top-level variable definition
469
469
(,(concat " (\\ (?:clojure.core/\\ )?\\ ("
470
470
(regexp-opt '(" def" " defonce" ))
471
471
; ; variable declarations
@@ -517,7 +517,7 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
517
517
(,(concat
518
518
" ("
519
519
(regexp-opt
520
- '(" def" " do" " if" " let" " var" " fn" " loop"
520
+ '(" def" " do" " if" " let" " let* " " var" " fn" " fn* " " loop" " loop* "
521
521
" recur" " throw" " try" " catch" " finally"
522
522
" set!" " new" " ."
523
523
" monitor-enter" " monitor-exit" " quote" ) t )
You can’t perform that action at this time.
0 commit comments