roc.md

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