Fork me on GitHub
#cider
<
2017-09-17
>
oskarkv13:09:44

Does anyone know which function in cider-nrepl produces those arglists that the dynamic font locking uses?

dpsutton14:09:39

but i believe it is cider–compile-font-lock-keywords

dpsutton14:09:00

that blog post has ways of hijacking it so its output is smaller and more manageable.

oskarkv14:09:03

@dpsutton But there is some clojure function in the middleware that extracts the arglists, right? But I can't figure out where. 😛

dpsutton14:09:37

oh i see. one second

dpsutton14:09:57

and this populates a cache in cider-repl--state-handler

oskarkv14:09:09

Ok! Thanks!

dpsutton14:09:18

for sure 👍 thanks for working on this issue

oskarkv14:09:11

Right now I'm trying to see if I can get the (def sym (fn ...)) to be the right color 😛

dpsutton14:09:35

good luck to you. feel free to write notes and create an entry on hacking cider

cjhowe21:09:30

is there an issue for running clojurescript tests through CIDER? i'd like to help contribute to making this work if i can, but i can't find the issue for it (there must be one?)