spacevim/bundle/vim-haxe/compiler/haxe.vim

14 lines
256 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
" 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