Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/applejag/tree-sitter-risor
- Owner: applejag
- License: mit
- Created: 2023-12-15T20:21:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T15:00:50.000Z (5 months ago)
- Last Synced: 2024-10-11T10:14:45.653Z (3 months ago)
- Topics: parser, risor, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 729 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: