Cairo language support for Zed
Cairo language support for the Zed editor. This extension provides syntax highlighting, language server integration, and other essential features for developing Cairo applications in Zed.
This extension is under active development
- Syntax highlighting for Cairo files
- Language server integration via
scarb
- Code diagnostics and error reporting
- Common development tasks integration (build, test, run)
- Zed editor
- Scarb - Cairo package manager
After installation, Zed will automatically detect .cairo
files and provide language support features.
Available tasks:
scarb build
scarb run
scarb test
scarb fmt
scarb clean
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.
- Starkware's tree-sitter-cairo for grammar definitions
- Software Mansion's CairoLS for the cairo language server