view runtime/compiler/racomake.vim @ 31206:6d7b4f9cdc14

Added tag v9.0.0936 for changeset 83b25278bac34a8912fa32e523566ae206b5e471
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 12:45:04 +0100
parents e37754a13778
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:     raco make (Racket command-line tools)
" Maintainer:   D. Ben Knoble <ben.knoble+github@gmail.com>
" URL:          https://github.com/benknoble/vim-racket
" Last Change: 2022 Aug 12

let current_compiler = 'racomake'

if exists(":CompilerSet") != 2
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=raco\ make\ --\ %
CompilerSet errorformat=%f:%l:%c:%m