blob: d2a1a3c0f3929989e354f3a810c731588bed80e5 [file] [log] [blame]
Bram Moolenaar9b03d3e2022-08-30 20:26:34 +01001" 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
7let current_compiler = 'racotest'
8
9if exists(":CompilerSet") != 2
10 command -nargs=* CompilerSet setlocal <args>
11endif
12
13CompilerSet makeprg=raco\ test\ %
14CompilerSet errorformat=location:%f:%l:%c