From a115e9fbb292fec9620ba094fbac2c4c9f60897a Mon Sep 17 00:00:00 2001 From: Yiheng He Date: Fri, 27 Dec 2024 05:47:52 +0800 Subject: [PATCH] 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. --- docs/logic/2-editing.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/logic/2-editing.md b/docs/logic/2-editing.md index bd1094450a..6573c8ec16 100644 --- a/docs/logic/2-editing.md +++ b/docs/logic/2-editing.md @@ -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