racotest.vim 397 B

123456789101112
  1. " Vim compiler file
  2. " Compiler: raco test (Racket command-line tools)
  3. " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com>
  4. " URL: https://github.com/benknoble/vim-racket
  5. " Last Change: 2022 Aug 12
  6. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  7. let current_compiler = 'racotest'
  8. CompilerSet makeprg=raco\ test\ %
  9. CompilerSet errorformat=location:%f:%l:%c