kkinnear / zprint

Executables, uberjar, and library to beautifully format Clojure and Clojurescript source code and s-expressions.
MIT License
547 stars 46 forks source link

README syntax highlighting #289

Closed brettrowberry closed 1 year ago

kkinnear commented 1 year ago

Thank you for both these corrections. I was a little mixed on the syntax highlighting, since the coloring that zprint does is different from what GitHub does. Still, I think that having it look more recognizable in both cases is a good thing.

The other interesting thing is that I preview my docs (including the README.md) using a local version of cljdoc. Which, interestingly, apparently does syntax coloring on its own whether or not it is specified after the "```". That was news to me.