/sublime-velma

Syntax Highlighting and Build System for VELMA (Vaguely Eleven-Like Machine Architecture)

MIT LicenseMIT

Preview

Features

  • Syntax Highlighting
  • Build System (Outputs Trace and Registers)
  • Comment with Ctrl + /

Installation

Go to Preferences -> Browse Packages, and then either download and unzip this package into that directory, or:

git clone https://github.com/jthuraisamy/sublime-velma-syntax.git "sublime-velma-syntax"

Activation

Syntax Highlighting

If the file has a .velma extention, syntax highlighting should already be enabled if this package is installed. If not, try one of the following methods:

  • Select VELMA from the list of supported languages in the bottom right corner of the status bar
  • Ctrl + Shift + P and search for "VELMA"

Build System

If the Build System is set to Automatic and the current code is recognized as VELMA code, then it should be enabled with Ctrl + B. If not, select Tools -> Build System -> VELMA.

N.B.:

  • The binaries for VELMA must be in your system's PATH.
  • This has not been tested on Linux or OS X, just Windows.

Licence

MIT