Fork me on GitHub
#cursive
<
2022-08-30
>
souenzzo18:08:27

wrong highlight on schema after for+let+array destruct + map destruct

souenzzo10:08:39

Minimal:

(for [m [{:a 1 :x 2}]
      :let [x (:a m)]
      {:keys [x]} [m]]
  x)

cfleming21:08:49

Great, thanks for the repro case!