An open API service indexing awesome lists of open source software.

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

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