Fork me on GitHub
#vim
<
2016-09-23
>
dominicm10:09:44

I've not come across such a thing. I think vim-clojure-highlight is quite simple, (primarily written in clj iirc).

dominicm10:09:53

You might find it easy to extend

juhoteperi10:09:06

vim-clojure-highlight uses repl, right?

juhoteperi10:09:41

that's a bit unncessary, we could use Tools.reader to parse the code and run it on Node

dominicm10:09:13

You'd need to construct a hierarchy of vars

dominicm10:09:30

I think macros would break (e.g. defroutes)

juhoteperi10:09:58

anyway, I can do with basic highlighting

dominicm14:09:34

@juhoteperi In other news, I've cleaned up your figwheel PR, I just did a plain piggieback from vim