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