inital checkin using existing vim and preparing for use of bash_magic
This commit is contained in:
8
vim/bundle/vim-coffee-script/ftdetect/coffee.vim
Normal file
8
vim/bundle/vim-coffee-script/ftdetect/coffee.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" Language: CoffeeScript
|
||||
" Maintainer: Mick Koch <kchmck@gmail.com>
|
||||
" URL: http://github.com/kchmck/vim-coffee-script
|
||||
" License: WTFPL
|
||||
|
||||
autocmd BufNewFile,BufRead *.coffee set filetype=coffee
|
||||
autocmd BufNewFile,BufRead *Cakefile set filetype=coffee
|
||||
autocmd BufNewFile,BufRead *.coffeekup set filetype=coffee
|
||||
Reference in New Issue
Block a user