clojure-mode icon indicating copy to clipboard operation
clojure-mode copied to clipboard

[Feature Request] Support for shebang line and clojure scripting

Open phillord opened this issue 8 years ago • 0 comments

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 https://github.com/clojure-emacs/cider/issues/2060

phillord avatar Jul 22 '17 11:07 phillord