diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 6c8553e2..ba1a2d85 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -187,8 +187,10 @@ endfunction augroup END augroup filetypedetect -" elm:lambdatoast/elm.vim -au BufNewFile,BufRead *.elm set filetype=elm +" elm:ElmCast/elm-vim +" detection for Elm (http://elm-lang.org/) + +au BufRead,BufNewFile *.elm set filetype=elm augroup END augroup filetypedetect |