This repo contains the source for the extension which provides native support in Zed for Miden projects:
- Language Server (LSP) support for Miden Assembly
- Debug Adapter Protocol (DAP) support for Miden Assembly and Rust-based Miden projects
To install this extension for local development, you should clone this repo, and then use the Install Dev Extension in Zed's extensions page.
This builds on the official tree-sitter grammar for Miden Assembly, which you can find here.