summarylogtreecommitdiffstats
path: root/vim-jquery.install
diff options
context:
space:
mode:
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'
+}