summarylogtreecommitdiffstats
path: root/vim-jquery.install
blob: 56faaf5b0086aee823d4ebf9dd3cb0be57e49471 (plain)
1
2
3
4
post_install() {
	echo 'Add the following line to your vimrc:'
	echo 'au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery'
}