Fork me on GitHub
#cursive
<
2021-10-28
>
Ryan15:10:44

Has anyone had any luck getting language injection to work in strings? Specifically, I'd love to get GraphQL highlighting, even if I have to specify language with comment.

1
wotbrew15:10:52

I believe this was discussed here in the context of data readers: https://clojurians.slack.com/archives/C0744GXCJ/p1635034544008200

🙏 1
Ian Fernandez19:10:51

Hi, I'm having problems on configuring a leiningen project that has projects inside it

Ian Fernandez19:10:58

Error reading ...../project.clj
			Cannot run program "clojure" (in directory "...,"): error=2, No such file or directory
			error=2, No such file or directory

Ian Fernandez20:10:04

getting this error

Ian Fernandez20:10:29

when I'm configuring the modules on project structure top level module is not being detected as a leiningen project, even having project.clj when I click on the module with right button and add this

Ian Fernandez20:10:43

it gives me that error

tanzoniteblack20:10:23

@d.ian.b, I’ve seen this error a number of times when using the lein-tools-deps plugin for lein. It’s a path issue with how intellij is executing the lein command, in some environment where the clojure program isn’t findable. You can fix it by setting an executable path option in the lein settings: https://github.com/RickMoynihan/lein-tools-deps#clojure-executables

👍 1
Ian Fernandez20:10:56

i'll try to do that

djblue21:10:18

Cross posting this here for those who might be interested: https://clojurians.slack.com/archives/C0185BFLLSE/p1635455070000900

🙏 6
❤️ 5
onetom03:10:18

i've commented on the original thread. we would love to see this. we used reveal from time to time, but it was a little bit heavy and it's definitely annoying that it opens a separate window.

1