summaryrefslogtreecommitdiffstats
path: root/ftdetect/elixir.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-12 17:31:56 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-12 17:31:56 +0200
commit6eb0c57e8070d641382c8844d35408a2f13cc751 (patch)
tree4ed16fc05df5e724c031c39d8c773998643a06be /ftdetect/elixir.vim
parent7d1b7e6f7123cd8b14f02221c7ec37d17d5d527e (diff)
downloadvim-polyglot-6eb0c57e8070d641382c8844d35408a2f13cc751.tar.gz
vim-polyglot-6eb0c57e8070d641382c8844d35408a2f13cc751.zip
Add elixir language support
Diffstat (limited to '')
-rw-r--r--ftdetect/elixir.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/elixir.vim b/ftdetect/elixir.vim
new file mode 100644
index 00000000..df413e18
--- /dev/null
+++ b/ftdetect/elixir.vim
@@ -0,0 +1,2 @@
+au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
+au FileType elixir setl sw=2 sts=2 et iskeyword+=!,?