clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

Custom project build mapping information #118

Open ruby0x1 opened 10 years ago

ruby0x1 commented 10 years ago

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'] } }