Git Product home page Git Product logo

octo-sublime's Introduction

octo-sublime

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.

Installation

Package Control

If you're already using Package Control, installing octo-sublime is easy:

  1. Open the Command Palette.

  2. Select "Install Package".

  3. Find and select the "Octo" package in the list of available packages.

  4. Restart Sublime Text 3.

Manual installation

  1. 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\
  2. Clone this repository as a subdirectory "Octo":

     git clone https://github.com/mattmikolay/octo-sublime.git Octo
    
  3. Restart Sublime Text 3.

License

This project is licensed under the MIT License. For more information, see the included LICENSE file.

octo-sublime's People

Contributors

johnearnest avatar mattmikolay avatar tobiasvl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

johnearnest

octo-sublime's Issues

Sublime YAML file format

As far as I can tell, the YAML Sublime syntax file "should" be named Octo.sublime-syntax rather than Octo.YAML-tmLanguage in order to follow the Sublime naming standard?

I haven't used Sublime Text itself, so I suppose it can load files that are named anything, but I've looked at a few syntax highlighting libraries that make it very convenient to load files with the extension .sublime-syntax, and not so easy to load files named other things (such as syntect, which can scan directories for files with that extension).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.