This package provides syntax highlighting for Octo assembly language in Sublime Text. Octo compiles into CHIP-8, an interpreted programming language designed by Joseph Weisbecker in the 1970s for use on the RCA COSMAC VIP computer.
If you're already using Package Control, installing octo-sublime is easy:
-
Open the Command Palette.
-
Select "Install Package".
-
Find and select the "Octo" package in the list of available packages.
-
Restart Sublime Text 3.
-
Navigate to your Sublime Text 3 Packages directory:
- Linux:
~/.config/sublime-text-3/Packages/
- OS X:
~/Library/Application Support/Sublime Text 3/Packages/
- Windows:
%APPDATA%\Sublime Text 3\Packages\
- Linux:
-
Clone this repository as a subdirectory "Octo":
git clone https://github.com/mattmikolay/octo-sublime.git Octo
-
Restart Sublime Text 3.
This project is licensed under the MIT License. For more information, see the included LICENSE file.