hmm you'd think json would be the easiest file format to highlight
or one of anyway
you've got json-mode, json-reformat, built in json.el since 2008
this is one of the things I’ve found really lacking with emacs vs. vim
everything that doesn’t exist can obviously be written
it’s just a matter of urgency
:simple_smile:
I had a really weird experience - my app works fine from Lein and the terminal, however if I jacked in or connected to the REPL started in a terminal from emacs the app wouldn’t start. I am using Stuart Sierra’s component library and the system wouldn’t start because it couldn’t find a dependency…very bizarre.
I haven’t got time to narrow it down but has anyone else experienced this?
@colin.yates: did you figure that out? Was it a middleware conflict?