Mindustry Logic (mlog
) language support for Visual Studio Code.
I really like Mindustry and the introduction of mlog
in v6.0 was a great addition. Unfortunately, I really don't like the in-game editor, so I made this extension to hopefully make the coding process easier.
- Highlighting for
mlog
files
Theme: One Monokai Theme
-
Create a language/compiler to convert more traditional style code into
mlog
No promises on when this is coming
See the changelog here.
If you would like to contribute, here's what you can do:
- Fork the repository: https://github.com/Antyos/vscode-mlog.git
- Run
npm install
to download node modules - Rename
.vscode/launch-template.json
to.vscode/launch.json
- Make changes
- Submit a pull request!