Hexa support for Zed editor
- Syntax highlighting with tree-sitter
- Language server connection
- Install rustup
git clone https://github.com/hexalang/hexa-zed-bundle.git
- Open Extensions with
Ctrl + Shift + X
- Click "Install Dev Extension" and select repo folder
- Wait for about 30 seconds for the extension to compile
- Extension should appear in the list of installed extensions
- Run
cargo build --target=wasm32-wasip1
inside the repo folder