Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthias-q/tree-sitter-prql
A tree-sitter grammar for prql
https://github.com/matthias-q/tree-sitter-prql
parsing prql syntax-highlighting tree-sitter
Last synced: 9 days ago
JSON representation
A tree-sitter grammar for prql
- Host: GitHub
- URL: https://github.com/matthias-q/tree-sitter-prql
- Owner: matthias-Q
- License: mit
- Created: 2023-02-18T10:54:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T21:08:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T09:05:38.139Z (12 days ago)
- Topics: parsing, prql, syntax-highlighting, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 811 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-prql
[![Build/test](https://github.com/matthias-Q/tree-sitter-prql/actions/workflows/ci.yml/badge.svg)](https://github.com/matthias-Q/tree-sitter-prql/actions/workflows/ci.yml)
A PRQL grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
This repo has been moved to [PRQL](https://github.com/PRQL/tree-sitter-prql)
## Features
For a complete list of features see the the [tests](test/corpus)
## References
* [Website](https://prql-lang.org)
* [Playground](https://prql-lang.org/playground)
* [Language Docs](https://prql-lang.org/book)