summaryrefslogblamecommitdiffstats
path: root/compiler/cake.vim
blob: 0f0d9c1e4887aab92bde02bf8a717a242bcb7b49 (plain) (tree)
1
2
3
4
5
6
                                                   

        
 
                           
                                        












                                                                        
if has_key(g:polyglot_is_disabled, 'coffee-script')
  finish
endif

" Language:    CoffeeScript
" Maintainer:  Mick Koch <mick@kochm.co>
" URL:         http://github.com/kchmck/vim-coffee-script
" License:     WTFPL

if exists('current_compiler')
  finish
endif

let current_compiler = 'cake'
call coffee#CoffeeSetUpVariables()

exec 'CompilerSet makeprg=' . escape(g:coffee_cake . ' ' .
\                                    g:coffee_cake_options . ' $*', ' ')
call coffee#CoffeeSetUpErrorFormat()