Bozhidar Batsov
Bozhidar Batsov
Yeah, that's a good point. Right now `clojure-mode` doesn't make any distinction between EDN and Clojure code. Perhaps we can introduce a derived mode `edn-mode` which indents differently.
@Malabarba will you have time to address this for 0.12?
Won't a good first step be to store the initial location and go back there only if someone presses `quit`? It's just one use-case, but it's a pretty common one.
It's pretty hard to deal with this using regular expressions. Fixes welcome, but it's low on my todo list.
@cichli That's debatable https://github.com/bbatsov/clojure-style-guide/pull/100
You might want to mention this in the style guide issue. :-) On 11 March 2015 at 19:06, Michael Griffiths [email protected] wrote: > Ah, was not aware that it did...
You can use anything for the font-locking, but I've rarely seen modes that aren't 100% regexp based. The use of a parser or a live process obviously adds extra deps...
> Is the functionality in CIDER compatible with https://github.com/snoe/clojure-lsp ? Compatible in what sense? You can run an LSP server alongside nREPL if that's what you're asking for, but you'll...
@dpsutton Alternatively you can disable the LSP indentation/completion when `cider-mode` kicks in and enable them when it's turned off.
> My suspicion is that it would be the best experience if I could provide extra args in the same prompt when I provide the REPL type clojure. Btw, that...