1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00
SpaceVim/bundle/vim-haxe/compiler/haxe.vim
2022-04-23 23:06:02 +08:00

14 lines
256 B
VimL

" Vim compiler file
" Compiler: haxe
" Maintainer: Justin Donaldson <jdonaldson@gmail.com>
" select a build file if none is available
" this function sets the makeprg and errorformat
if !exists("b:vaxe_hxml")
call vaxe#AutomaticHxml()
endif