From 7b9b5008941a590a8b0864dce7db0571a300fcfd Mon Sep 17 00:00:00 2001 From: Adam Neilson <adamneilson@users.noreply.github.com> Date: Wed, 21 Dec 2016 11:23:05 +0000 Subject: [PATCH] Added clojurescript and edn to supported file types To benefit from the syntax highlighting and indentation. --- ftdetect/clojure.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftdetect/clojure.vim b/ftdetect/clojure.vim index 3ec6747..fa46418 100644 --- a/ftdetect/clojure.vim +++ b/ftdetect/clojure.vim @@ -1 +1,3 @@ au BufNewFile,BufRead *.clj set filetype=clojure +au BufNewFile,BufRead *.cljs set filetype=clojure +au BufNewFile,BufRead *.edn set filetype=clojure