view runtime/compiler/raco.vim @ 32742:96361b80814d

Added tag v9.0.1690 for changeset 19a9b8fe3b85225bfbdb398863f7ab4987003103
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2023 00:00:04 +0200
parents e37754a13778
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:     raco (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 = 'raco'

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

CompilerSet makeprg=raco
CompilerSet errorformat=%f:%l:%c:%m