mirror of
https://github.com/lepture/vim-jinja.git
synced 2025-11-13 22:03:49 -05:00
fix file extname is jinja, set ft=jinja. fix #4
This commit is contained in:
@@ -10,4 +10,5 @@ while n < 50 && n < line("$")
|
||||
let n = n + 1
|
||||
endwhile
|
||||
endfun
|
||||
autocmd BufNewFile,BufRead *.jinja2,*.jinja,*.html,*.htm call s:SelectHTML()
|
||||
autocmd BufNewFile,BufRead *.html,*.htm call s:SelectHTML()
|
||||
autocmd BufNewFile,BufRead *.jinja2,*.jinja set ft=jinja
|
||||
|
||||
Reference in New Issue
Block a user