coffeescript-support/compiler/jasmine.vim

13 lines
241 B
VimL
Raw Permalink Normal View History

if exists("current_compiler")
finish
endif
let current_compiler = "jasmine"
if exists(":CompilerSet") != 2
command -nargs=* CompilerSet setlocal <args>
endif
CompilerSet makeprg=rake "$*"
CompilerSet errorformat=\ %#%f(%l\\\,%c):\ %m