updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vim-jinja / vim-jinja.install
blob89509f923611aa887a74538c12e938ec127f2fdf
1 post_install() {
2         echo 'Add the following line to your vimrc:'
3         echo 'au BufRead,BufNewFile *.jinja set ft=html syntax=jinja'
4         echo 'Note that this highlights only Jinja, not the surrounding HTML.'