https://github.com/rubiojr/zed-risor
Risor language support for Zed
https://github.com/rubiojr/zed-risor
risor zed zed-extension
Last synced: about 2 months ago
JSON representation
Risor language support for Zed
- Host: GitHub
- URL: https://github.com/rubiojr/zed-risor
- Owner: rubiojr
- License: mit
- Created: 2024-09-05T12:04:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T17:21:43.000Z (3 months ago)
- Last Synced: 2025-03-21T17:32:56.686Z (3 months ago)
- Topics: risor, zed, zed-extension
- Language: Tree-sitter Query
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Risor language for Zed
[Zed](https://zed.dev) language support for https://risor.io
Based on https://github.com/applejag/tree-sitter-risor
> [!NOTE]
> Only syntax highlighting supported, no LSP server available.## Pre-requisites
rustc, rustup and cargo are required to build the extension (Zed uses `rustc and rustup` when installing developer extesions).
## Installation
It can be installed from the Zed extensions marketplace.
### As a dev extension
* Clone this repository
* Use Zed's install developer extension command
* Point it to the cloned repo directory