Zed extension for the Sage programming language.
- Syntax highlighting (tree-sitter based)
- Real-time error diagnostics via LSP
- Auto-indentation
Install from the Zed extension registry:
- Open Zed
- Press
Cmd+Shift+Xto open Extensions - Search for "Sage"
- Click Install
The sage CLI must be installed and available in your PATH:
# Homebrew
brew install sagelang/sage/sage
# Cargo
cargo install sage-langMIT