Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/applejag/tree-sitter-risor

Risor grammar for tree-sitter
https://github.com/applejag/tree-sitter-risor

parser risor tree-sitter

Last synced: 3 months ago
JSON representation

Risor grammar for tree-sitter

Awesome Lists containing this project

README

        

# tree-sitter-risor

[Tree-sitter](https://github.com/tree-sitter/tree-sitter)
grammar for the [Risor](https://risor.io/) scripting language.

![neovim screenshot](./docs/nvim-screenshot.png)

## Installing

> [!IMPORTANT]
> This grammar is still work in progress! Once it has matured a bit, then
> I will start poking tree-sitter plugin maintainers so it can get added
> to various editors.

To install locally for Neovim, follow this guide:

[@rubiojr](https://github.com/rubiojr) also packaged this grammar for [Zed](https://zed.dev/):

## License

This repository is licensed under the MIT license.

Heavily inspired by the tree-sitter grammar for Go: