Roc
Roc is a fast, friendly, functional language.
Roc language support in Zed is provided by the community-maintained Roc extension. Report issues to: https://github.com/h2000/zed-roc/issues
- Tree Sitter: faldor20/tree-sitter-roc
- Language Server: roc-lang/roc/tree/main/crates/language_server
Setup
- Follow instructions to Install Roc from the Roc-Lang website.
- Ensure
roc
androc_language_server
are in your PATH.