summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 21:29:35 +0200
commit12db3dafc57d990db2b3758b0d97a37333a0ddab (patch)
tree848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /ftdetect/polyglot.vim
parentd1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff)
downloadvim-polyglot-1.14.1.tar.gz
vim-polyglot-1.14.1.zip
Updatev1.14.1
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index d55b5428..932dc349 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1,6 +1,6 @@
au BufRead,BufNewFile *.ino,*.pde set filetype=arduino
au BufNewFile,BufRead *.blade.php set filetype=blade
-autocmd BufNewFile,BufRead *.clj,*.cljs,*.edn setlocal filetype=clojure
+autocmd BufNewFile,BufRead *.clj,*.cljs,*.edn,*.cljx,*.cljc setlocal filetype=clojure
autocmd BufNewFile,BufRead *.coffee set filetype=coffee
autocmd BufNewFile,BufRead *Cakefile set filetype=coffee
autocmd BufNewFile,BufRead *.coffeekup,*.ck set filetype=coffee