A VS Code extension that (barely) supports syntax highlighting for the Quinix low-level and assembly languages. It was built with the help of Yeoman and the VS Code Extension Generator.
Open the root of this repository in VS Code and hit F5
. This will open a new
VS Code window with the extension running. Then open a .qasm
or .qll
file and
have a look -- it should be colorized.
To install the extesion from source, first back-up your installed VS Code extensions
(located at ~/.vscode/extensions/
) for safe keeping, then run the following from the root
of this repository:
$ ./install.sh
Then reload your VS Code window -- .qasm
and .qll
files should now be colorized.
(Note that this script will not install uncommitted changes as it uses git archive
under the hood.)