6 lines
82 B
VimL
6 lines
82 B
VimL
|
|
||
|
augroup SageDetect
|
||
|
au!
|
||
|
au BufRead,BufNewFile *sage set ft=python
|
||
|
augroup END
|