repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
vim-jinja
/
vim-jinja.install
blob
89509f923611aa887a74538c12e938ec127f2fdf
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.'
5
}