Open
Description
It would be nice to have better support for writing clojure scripts.
For example, boot provides shebag support so a script might look like this:
#!/usr/bin/env boot
(println "hello world")
But the shebang line confuses syntax highlighting. It would be nice if clojure mode understood first line shebang lines!
First reported on clojure-emacs/cider#2060