Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/logic/2-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ The advantages of manually editing code as opposed to the Visual Editor are:
* Denser than the Visual Editor; more code can be seen at a time
* Typing is faster than dragging-and-dropping across long walls of code
* Can be used to make quick pieces of code for demonstration without opening Mindustry
* Syntax highlighting in some editors, such as [VS Code (plugin)](https://marketplace.visualstudio.com/items/?itemName=JeanJPNM.mlogls-vscode), [Emacs (package)](https://github.com/vednoc/masm-mode), [Vim (plugin)](https://github.com/purofle/vim-mindustry-logic), and [Sublime Text (package)](https://github.com/gigamicro/Mindustry4Sublime)
* Syntax highlighting in some editors, such as:
* [VS Code (plugin)](https://marketplace.visualstudio.com/items/?itemName=JeanJPNM.mlogls-vscode)
* Emacs (package): [mlog-mode](https://github.com/hey2022/mlog-mode) or [masm-mode](https://github.com/vednoc/masm-mode)
* [Vim (plugin)](https://github.com/purofle/vim-mindustry-logic)
* [Sublime Text (package)](https://github.com/gigamicro/Mindustry4Sublime)
* A text block does not block part of the parameter text
* Ability to save and access code outside of Mindustry

Expand Down