summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-13 14:23:34 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-13 14:23:34 -0500
commit5120ec42e296a04fae68ca4dffea050b288a185c (patch)
tree605af80edcfc4400132411ee6537cf1616c27586 /vim
parentc55be9b147c01a6835e09f24466255d24ffb37db (diff)
downloadconf-5120ec42e296a04fae68ca4dffea050b288a185c.tar.gz
conf-5120ec42e296a04fae68ca4dffea050b288a185c.zip
psgi files are perl
Diffstat (limited to 'vim')
-rw-r--r--vim/ftdetect/perl.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftdetect/perl.vim b/vim/ftdetect/perl.vim
index 106cfc6..4991270 100644
--- a/vim/ftdetect/perl.vim
+++ b/vim/ftdetect/perl.vim
@@ -1 +1,2 @@
au BufNewFile,BufRead *.t set filetype=perl
+au BufNewFile,BufRead *.psgi set filetype=perl