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

14 lines
256 B
VimL
Raw Normal View History

2022-04-23 23:06:02 +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