-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Description
Actual behavior
I often return sequences of maps to have them printed in the repl. Since upgrading to 0.21.0 I am seeing a lot of confused syntax highlighting like this:
Steps to reproduce the problem
Evaluating this form in the repl is enough to do it:
(for [i (range 40)]
{:a (java.util.UUID/randomUUID)
:b "String String String String String String String"})
Environment & Version information
CIDER version information
;; CIDER 0.21.0 (New York), nREPL 0.6.0
;; Clojure 1.9.0, Java 1.8.0_171
Lein/Boot version
$ lein --version
Leiningen 2.9.1 on Java 1.8.0_171 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 26.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-04-12
Operating system
Ubuntu 18.04
PS. I love Cider it's the best part of my day every day. <3