Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.02 KB

Mindustry Logic for VS Code

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.

Features

  • Highlighting for mlog files

Highlighting Sample

sample2

Theme: One Monokai Theme

To-Do

  • Create a language/compiler to convert more traditional style code into mlog

    No promises on when this is coming

Changelog

See the changelog here.

Contributing

If you would like to contribute, here's what you can do:

  1. Fork the repository: https://github.com/Antyos/vscode-mlog.git
  2. Run npm install to download node modules
  3. Rename .vscode/launch-template.json to .vscode/launch.json
  4. Make changes
  5. Submit a pull request!