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
mlogfiles
Theme: One Monokai Theme
-
Create a language/compiler to convert more traditional style code into
mlogNo 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 installto download node modules - Rename
.vscode/launch-template.jsonto.vscode/launch.json - Make changes
- Submit a pull request!
