Skip to content

Commit

Permalink
Add font-locking for a few newer built-in dynamic vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 19, 2015
1 parent 7fc7c09 commit aab633f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clojure-mode.el
Expand Up @@ -432,11 +432,13 @@ Called by `imenu--generic-function'."
'("*1" "*2" "*3" "*agent*"
"*allow-unresolved-vars*" "*assert*" "*clojure-version*"
"*command-line-args*" "*compile-files*"
"*compile-path*" "*e" "*err*" "*file*" "*flush-on-newline*"
"*compile-path*" "*data-readers*" "*default-data-reader-fn*"
"*e" "*err*" "*file*" "*flush-on-newline*"
"*in*" "*macro-meta*" "*math-context*" "*ns*" "*out*"
"*print-dup*" "*print-length*" "*print-level*"
"*print-meta*" "*print-readably*"
"*read-eval*" "*source-path*"
"*unchecked-math*"
"*use-context-classloader*" "*warn-on-reflection*")
t)
"\\>")
Expand Down

0 comments on commit aab633f

Please sign in to comment.