Skip to content

trbutler4/zed-cairo

Repository files navigation

zed-cairo

Cairo language support for Zed

License: MIT

Overview

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

Features

  • Syntax highlighting for Cairo files
  • Language server integration via scarb
  • Code diagnostics and error reporting
  • Common development tasks integration (build, test, run)

Requirements

Usage

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

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments