MineTweaker3
MineTweaker3 copied to clipboard
[Enhancement] Add a CLI tool to ZenScript to be able make syntax checking on scripts from external tools
It would be good if I would be able to do syntax checking the MT scripts, for example from Vim. even if actual mod support will not be checked.
I thinking on writing a syntax highlgihting for Vim/GVim, but it would be very good if I can also provide a way to do quick syntax check from the plugin.
The scripting engine will be separated as library and receive a pretty extensive API, so writing tools should become straightforward in future.
Cool, thanks for the response