Add elixir language support

This commit is contained in:
Adam Stankiewicz
2013-09-12 17:31:56 +02:00
parent 7d1b7e6f71
commit 6eb0c57e80
6 changed files with 275 additions and 0 deletions

2
ftdetect/elixir.vim Normal file
View File

@@ -0,0 +1,2 @@
au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
au FileType elixir setl sw=2 sts=2 et iskeyword+=!,?