Skip to content

Commit

Permalink
Add *.lexs to ftdetect for Temple templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rktjmp committed Jul 29, 2021
1 parent 5808447 commit 725f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/elixir.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
au BufRead,BufNewFile *.eex,*.leex,*.sface set filetype=eelixir
au BufRead,BufNewFile *.eex,*.leex,*.sface,*.lexs set filetype=eelixir
au BufRead,BufNewFile mix.lock set filetype=elixir
au BufRead,BufNewFile * call s:DetectElixir()

Expand Down

0 comments on commit 725f878

Please sign in to comment.