Fork me on GitHub
#cursive
<
2021-09-25
>
thumbnail16:09:55

I noticed kwd is marked as unused, but it's actually used 👀

potetm19:09:07

That’s not legal clojure and cursive knows it.

potetm19:09:37

well. ish.

potetm19:09:46

(require (symbol (str (namespace :foo/bar) "." (name :foo/bar))))

potetm19:09:53

is legal clojure and doesn’t highlight

thumbnail11:09:57

What's illegal about it 👀?

potetm14:09:14

Run just the require form

potetm14:09:49

My guess is that cursive has special parsing for require

potetm14:09:15

And dynamic args are jacking with it.