3d07869581 | ||
---|---|---|
.. | ||
out | ||
src | ||
syntaxes | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
README.md | ||
install.ps1 | ||
knossos-vscode.zip | ||
language-configuration.json | ||
package.json | ||
tsconfig.json | ||
vsc-extension-quickstart.md |
README.md
Knossos ks-lisp
A VS Code extension for the Knossos lisp-like IR
Requirements
None
How to build the formatter extension
- Install npm from https://nodejs.org/en/download/
- In
./etc/ks-vscode
run
npm install
- Then run
npm run compile
- Copy the files in
./etc/ks-vscode/
toC:\Users\<user>\.vscode\extensions\knossos-vscode-0.01
.
├── package.json
├── language-configuration.json
├── out
| ├── extension.js
| └── knossos_ir_formatter.js
└── syntaxes
└── Knossos.tmLanguage
- Start a new instance of VS Code. Open a
.ks
file. Make sure that VS Code auto detects Knossos IR. Then try "Format Document" (shift
+alt
+F
).
Known Issues
None yet.
Release Notes
1.0.0
Initial release.