VS Code Extensions
Abrase

Abrase

by knh190

Syntax highlighting, simple completion, and debug for the Abrase language (.abe).

Downloads

1

Rating

(0)

Version

0.1.2

Last updated

Jun 12, 2026

Syntax highlighting, simple completion, and debug commands for the Abrase language (.abe).

Features

  • Syntax highlighting.
  • Simple completion — static list of keywords, builtin types, and host natives (synth_*, device_*, print, math, …).
  • Commands — driving the abrase CLI:
    • Abrase: Checkabrase check
    • Abrase: Runabrase run
    • Abrase: Disasmabrase disasm
    • Abrase: Run with debugabrase run --debug, optionally with a BREAK_AT=<fn>:<pc> / <file.abe>:<line> host-side breakpoint.

Requirements

The abrase CLI on PATH (or set abrase.cli to its path).

Install (manual)

git clone https://github.com/KHN190/Abrase-vscode \
  "$HOME/.vscode/extensions/abrase"

Reload VS Code.

License

MIT

Related extensions