MIPS syntax highlighting package for Sublime Text 2 and Sublime Text 3.
Recommended: Install PackageControl.
Then open the command palette (default keybinding: Strg+Shift+P
), select Package Control: Install Package
and choose MIPS Syntax
.
Manual (not recommended): Click on "Download ZIP", extract the archive into sublime's package folder, e.g. ~/.config/sublime-text-3/Packages/User/
.
If you want to change something, you need to install AAAPackageDev for sublime and then:
- edit
mips.JSON-tmLanguage
- run build in Sublime and select Convert to: Property List
- increment version number in
packages.json
In order to test your changes, you can symlink the repository to sublime's package folder, e.g.
$ ln -s /tmp/mips-syntax/ ~/.config/sublime-text-3/Packages/User/
Feel free to send merge requests!