SConscript and SConstruct are python-files

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@214 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
AlterDepp 2011-12-12 08:55:56 +00:00
parent 3d049d4de7
commit a515175134
2 changed files with 3 additions and 16 deletions

View File

@ -1,3 +1,3 @@
autocmd BufRead,BufNewFile SConstruct setlocal filetype=scons
autocmd BufRead,BufNewFile SConscript setlocal filetype=scons
autocmd BufRead,BufNewFile *.SConscript setlocal filetype=scons
autocmd BufRead,BufNewFile SConstruct setlocal filetype=python
autocmd BufRead,BufNewFile SConscript setlocal filetype=python
autocmd BufRead,BufNewFile *.SConscript setlocal filetype=python

View File

@ -1,13 +0,0 @@
" Stefans scons-file plugin
" don't use spaces for tabs
setlocal expandtab
setlocal tabstop=4
setlocal shiftwidth=4
setlocal formatoptions=croq
" commenting
let b:commentstring = '#'
" Grep options
"let b:GrepFiles = '*.py'