Add supporting clojure with leiningen

This commit is contained in:
aiya000
2016-03-03 20:43:57 +09:00
parent 611356a709
commit 78af766e40
5 changed files with 36 additions and 5 deletions

View File

@@ -8,11 +8,12 @@ endfunction
function! s:suite.do_not_throw_exception_when_open_repl()
" repl.vim can open repl
setfiletype ruby | Repl | new
setfiletype haskell | Repl | new
setfiletype erlang | Repl | new
setfiletype python | Repl | new
setfiletype javascript | Repl | new
setfiletype ruby | Repl | new
setfiletype haskell | Repl | new
setfiletype erlang | Repl | new
setfiletype python | Repl | new
setfiletype javascript | Repl | new
setfiletype clojure | Repl | new
" repl.vim cannot open repl
" but repl.vim don't throw some exception
setfiletype unknown | Repl