roc.md

 1---
 2title: Roc
 3description: "Configure Roc language support in Zed, including language servers, formatting, and debugging."
 4---
 5
 6# Roc
 7
 8[Roc](https://www.roc-lang.org/) is a fast, friendly, functional language.
 9
10Roc language support in Zed is provided by the community-maintained [Roc extension](https://github.com/h2000/zed-roc).
11Report issues to: [https://github.com/h2000/zed-roc/issues](https://github.com/h2000/zed-roc/issues)
12
13- Tree-sitter: [faldor20/tree-sitter-roc](https://github.com/faldor20/tree-sitter-roc)
14- Language Server: [roc-lang/roc/tree/main/crates/language_server](https://github.com/roc-lang/roc/tree/main/crates/language_server)
15
16## Setup
17
181. Follow instructions to [Install Roc](https://www.roc-lang.org/install) from the Roc-Lang website.
192. Ensure `roc` and `roc_language_server` are in your PATH.