This commit is contained in:
lepture
2012-09-13 16:20:42 +08:00
commit fa2569df31
4 changed files with 172 additions and 0 deletions

1
ftdetect/jinja.vim Normal file
View File

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