summarylogtreecommitdiffstats
path: root/vim-jquery.install
diff options
context:
space:
mode:
authorDaniel Nagy2015-06-08 19:36:21 +0200
committerDaniel Nagy2015-06-08 19:36:21 +0200
commit864f240ba74e90e7fd0cc6d903ae56bc4d6b1da0 (patch)
treef84b515856383f88475864edaa209b68ff18034a /vim-jquery.install
downloadaur-864f240ba74e90e7fd0cc6d903ae56bc4d6b1da0.tar.gz
import to aur4
Diffstat (limited to 'vim-jquery.install')
-rw-r--r--vim-jquery.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim-jquery.install b/vim-jquery.install
new file mode 100644
index 000000000000..56faaf5b0086
--- /dev/null
+++ b/vim-jquery.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo 'Add the following line to your vimrc:'
+ echo 'au BufRead,BufNewFile jquery.*.js set ft=javascript syntax=jquery'
+}