brcosta / clj-extras-plugin

Clojure Extras IntelliJ Plugin
https://plugins.jetbrains.com/plugin/18108-clojure-extras/
Apache License 2.0
56 stars 12 forks source link

Editor becomes yellow #5

Closed borkdude closed 2 years ago

borkdude commented 2 years ago
(keep #(if (odd? %) %) (range 10))
Screen Shot 2022-01-12 at 20 25 35
borkdude commented 2 years ago

Seems to be related to the # in front of the expression, but I don't know why.