neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

racotest.vim (397B)


      1 " Vim compiler file
      2 " Compiler:     raco test (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 = 'racotest'
      9 
     10 CompilerSet makeprg=raco\ test\ %
     11 CompilerSet errorformat=location:%f:%l:%c