raco.vim (373B)
1 " 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 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) 7 8 let current_compiler = 'raco' 9 10 CompilerSet makeprg=raco 11 CompilerSet errorformat=%f:%l:%c:%m