Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1006 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 1006 Bytes

mips-syntax

MIPS syntax highlighting package for Sublime Text 2 and Sublime Text 3.

For users

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/.

For developers

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!