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, 8 insertions, 0 deletions
diff --git a/vim/ftdetect/coffee.vim b/vim/ftdetect/coffee.vim
new file mode 100755
index 0000000..25daf12
--- /dev/null
+++ b/vim/ftdetect/coffee.vim
@@ -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