Skip to content

Commit 923ae9a

Browse files
committed
Add mlog-mode for Emacs to editors
- Moved the list into a markdown list for better formatting - Added mlog-mode for better syntax highlighting in Emacs.
1 parent 3c2ff03 commit 923ae9a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/logic/2-editing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ The advantages of manually editing code as opposed to the Visual Editor are:
2626
* Denser than the Visual Editor; more code can be seen at a time
2727
* Typing is faster than dragging-and-dropping across long walls of code
2828
* Can be used to make quick pieces of code for demonstration without opening Mindustry
29-
* Syntax highlighting in some editors, such as [VS Code (plugin)](https://marketplace.visualstudio.com/items?itemName=vortetty.mindustry-logic), [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)
29+
* Syntax highlighting in some editors, such as:
30+
* [VS Code (plugin)](https://marketplace.visualstudio.com/items?itemName=vortetty.mindustry-logic)
31+
* Emacs (package): [mlog-mode](https://github.com/hey2022/mlog-mode) or [masm-mode](https://github.com/vednoc/masm-mode)
32+
* [Vim (plugin)](https://github.com/purofle/vim-mindustry-logic)
33+
* [Sublime Text (package)](https://github.com/gigamicro/Mindustry4Sublime)
3034
* A text block does not block part of the parameter text
3135
* Ability to save and access code outside of Mindustry
3236

0 commit comments

Comments
 (0)