aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/coffee.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/coffee.vim')
-rwxr-xr-xvim/ftdetect/coffee.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/vim/ftdetect/coffee.vim b/vim/ftdetect/coffee.vim
deleted file mode 100755
index 25daf12..0000000
--- a/vim/ftdetect/coffee.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-" 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