Skip to content

Commit

Permalink
Merge pull request elixir-editors#560 from mhanberg/mh/remove-ft-dete…
Browse files Browse the repository at this point in the history
…ction

Remove ftdetect
  • Loading branch information
jbodah authored Mar 27, 2022
2 parents ff7a122 + 8f35c74 commit 5aea793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ftdetect/elixir.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
au BufRead,BufNewFile *.eex,*.heex,*.leex,*.sface,*.lexs set filetype=eelixir
au BufRead,BufNewFile mix.lock set filetype=elixir
au BufRead,BufNewFile *.lexs set filetype=elixir "File extension used by https://github.com/mhanberg/temple
au BufRead,BufNewFile * call s:DetectElixir()

function! s:DetectElixir()
Expand Down

0 comments on commit 5aea793

Please sign in to comment.