From d4d82d02dffb062e41d07c7d02e8056c75047b2f Mon Sep 17 00:00:00 2001 From: lovelock Date: Mon, 11 May 2015 23:33:35 +0800 Subject: [PATCH] add wsgi support --- vimrc.bundles | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc.bundles b/vimrc.bundles index dda5b1c..459ed77 100644 --- a/vimrc.bundles +++ b/vimrc.bundles @@ -294,6 +294,7 @@ let g:pyflakes_use_quickfix = 0 " for python.vim syntax highlight Bundle 'hdima/python-syntax' let python_highlight_all = 1 +au BufNewFile,BufRead *.wsgi set filetype=python "############### PHP ###############