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