Version 2 (modified by webnov8, 15 years ago) |
---|
Per Eric Z. Beard:
Vim set to python works Ok in a pinch.
au BufNewFile,BufEnter *.cobra set noexpandtab ts=4 sw=4 filetype=python
For more native support try Cobra on Vim. This includes a ftdetect, indent, and syntax file.