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'."))
465465
466466(defconst clojure-font-lock-keywords
467467 (eval-when-compile
468- `(; ; Top-level variable definition
468+ `( ; ; Top-level variable definition
469469 (,(concat " (\\ (?:clojure.core/\\ )?\\ ("
470470 (regexp-opt '(" def" " defonce" ))
471471 ; ; variable declarations
@@ -517,7 +517,7 @@ any number of matches of `clojure--sym-forbidden-rest-chars'."))
517517 (,(concat
518518 " ("
519519 (regexp-opt
520- '(" def" " do" " if" " let" " var" " fn" " loop"
520+ '(" def" " do" " if" " let" " let* " " var" " fn" " fn* " " loop" " loop* "
521521 " recur" " throw" " try" " catch" " finally"
522522 " set!" " new" " ."
523523 " monitor-enter" " monitor-exit" " quote" ) t )
You can’t perform that action at this time.
0 commit comments