clojurescript syntax hilighting in emacs

To get emacs to syntax color clojurescript files (cljs) add this to your .emacs (or other emacs config file):

 (setq auto-mode-alist (cons '("\\.cljs" . clojure-mode) auto-mode-alist))

0 Responses to “clojurescript syntax hilighting in emacs”


  • No Comments

Leave a Reply

You must login to post a comment.