Fork me on GitHub
#cider
<
2017-12-12
>
michal.stolarczyk00:12:09

Hmmm.. you may be right, this sounds totally plausible. Going to dig into the code again.

jfntn02:12:44

Anyone knows how to customize the stacktrace face in the test report? For some reasone describe-face shows default, I also tried customizing cider-stacktrace-filter-active-face and cider-stacktrace-filter-inactive-face and somehow the exception is still underlined

jfntn02:12:03

Oh got it, this thing is actually a button

solf16:12:11

Has anyone manage to have a syntax highlighted buffer when using cider-grimoire?

solf16:12:25

Calling markdown-mode on the buffer helps, although the clojure blocks aren't highlited

arrdem16:12:31

We played with markdown font locking it for a bit.

arrdem16:12:09

Trouble is that Clojure and consequently Grimoires docstrings are super inconsistently formatted.

arrdem16:12:27

So the font locking actually made some things worse.

arrdem16:12:21

Now that I'm working in Clojure again full time I've kinda dusted off the project again and that may change, but that's why cider doesn't do so by default.

arrdem16:12:43

HOWEVER, for the top probably 80% of vars, I've written markdown docs. Try hacking your emacs config and let us know if it's good or not.

solf16:12:27

Ah you mean that when I call cider-grimoire and it returns a markdown text, it's not from grimoire?

arrdem16:12:36

No it is text from the Grimoire http API, I'm just saying that markdown font locking will probably be good enough to be worth trying.

solf16:12:51

Ah nevermind, you're the guy who made grimoire.

solf16:12:17

yes I understood that now ๐Ÿ™‚

arrdem16:12:18

I keep Grimoire as a highlight word in this slack. I have my pride ๐Ÿ˜

solf16:12:01

Thanks for that ๐Ÿ™‚ I actually though that all of grimoire was written in markdown, since every time I used it I got markdown back

arrdem16:12:45

It is indeed overwhelmingly markdown and likely to get moreso, but there are plenty of gaps left. See https://www.conj.io/worklist for an incomplete list of things without makdown notes or examples.

bozhidar22:12:40

@dromar56 Are you on 0.16? Weโ€™re using there markdown-mode to get some limited font-locking.