much love
[mu.git] / editor / editor.md
blobd3e54f6869f85f7b91da6de491cb57577308b456
1 ## Getting your editor set up
3 If you've read this far, it's time to set up your editor. Mu is really
4 intended to be read interactively rather than on a browser.
6 There is rudimentary syntax highlighting support for Mu and SubX files for
7 various editors. Look for your editor in `mu.*` and `subx.*`, and follow the
8 instructions within.
10 The Vim files are most developed. In particular, I recommend some optional
11 setup in subx.vim to use multiple colors for comments.
13 If you use [`ctags`](http://ctags.sourceforge.net) for jumping easily
14 from names to their definitions in your editor, set it up to load `mu.ctags`.
15 For classic Exuberant Ctags, copy it into `~/.ctags`. For the newer Universal
16 Ctags, copy it into `~/.ctags.d/mu.ctags`.
18 [Here](https://lobste.rs/s/qglfdp/subx_minimalist_assembly_language_for#c_o9ddqk)
19 are some tips on my setup for quickly finding the right opcode for any
20 situation from within Vim.