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:
parent
3d049d4de7
commit
a515175134
@ -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
|
||||
|
@ -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'
|
Loading…
x
Reference in New Issue
Block a user