vim: don't set ejs to html filetype

This commit is contained in:
2021-05-21 13:37:28 +01:00
parent 3e9a86eecc
commit db3ee62714

1
vimrc
View File

@@ -199,7 +199,6 @@ augroup filetype
au BufRead,BufNewFile *.eex set filetype=html
au BufRead,BufNewFile *.bss set filetype=vb
au BufRead,BufNewFile *.asm set filetype=nasm
au BufNewFile,BufRead *.ejs set filetype=html
augroup END
augroup java