mirror of
https://github.com/lepture/vim-jinja.git
synced 2025-11-11 12:53:50 -05:00
2 lines
95 B
VimL
2 lines
95 B
VimL
au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm if &ft == 'htmldjango' | set ft=jinja | endif
|