Files
vim-jinja/ftdetect/jinja.vim
lepture fa2569df31 init
2012-09-13 16:20:42 +08:00

2 lines
95 B
VimL

au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm if &ft == 'htmldjango' | set ft=jinja | endif