ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

MIPS Syntax

MIPS syntax highlightning package for sublime text 2

Details

  • 2015.09.26.12.19.40
  • github.​com
  • github.​com
  • 10 years ago
  • 3 hours ago
  • 13 years ago

Installs

  • Total 24K
  • Win 12K
  • Mac 6K
  • Linux 6K
Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21
Windows 0 0 0 1 0 0 0 1 0 2 1 2 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 1 1 0 0 1 0 0 0 1 0 0
Mac 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

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!