haxe-sublime-bundle
haxe-sublime-bundle copied to clipboard
Custom project build mapping information
As discussed, being able to specify a custom build command for a specific format extension and project file.
i.e { '.xml' => { 'build_command' => ['haxelib', 'run', 'openfl'] } } { '.lime.xml' => { 'build_command' => ['haxelib', 'run', 'lime'] } }