Add .j2 to ftdetect

This commit is contained in:
Cheezmeister
2014-06-10 09:40:35 -07:00
parent 6226868e3d
commit 37f69d02e0

View File

@@ -11,4 +11,4 @@ while n < 50 && n < line("$")
endwhile endwhile
endfun endfun
autocmd BufNewFile,BufRead *.html,*.htm call s:SelectHTML() autocmd BufNewFile,BufRead *.html,*.htm call s:SelectHTML()
autocmd BufNewFile,BufRead *.jinja2,*.jinja set ft=jinja autocmd BufNewFile,BufRead *.j2,*.jinja2,*.jinja set ft=jinja