Skip to content

Commit aab633f

Browse files
committed
Add font-locking for a few newer built-in dynamic vars
1 parent 7fc7c09 commit aab633f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clojure-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,13 @@ Called by `imenu--generic-function'."
432432
'("*1" "*2" "*3" "*agent*"
433433
"*allow-unresolved-vars*" "*assert*" "*clojure-version*"
434434
"*command-line-args*" "*compile-files*"
435-
"*compile-path*" "*e" "*err*" "*file*" "*flush-on-newline*"
435+
"*compile-path*" "*data-readers*" "*default-data-reader-fn*"
436+
"*e" "*err*" "*file*" "*flush-on-newline*"
436437
"*in*" "*macro-meta*" "*math-context*" "*ns*" "*out*"
437438
"*print-dup*" "*print-length*" "*print-level*"
438439
"*print-meta*" "*print-readably*"
439440
"*read-eval*" "*source-path*"
441+
"*unchecked-math*"
440442
"*use-context-classloader*" "*warn-on-reflection*")
441443
t)
442444
"\\>")

0 commit comments

Comments
 (0)