Skip to content

hexalang/hexa-zed-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexa-zed-bundle

Hexa support for Zed editor

Supported features

  • Syntax highlighting with tree-sitter
  • Language server connection

Installation

  • 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

Build manually

  • Run cargo build --target=wasm32-wasip1 inside the repo folder