Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ce11an/tree-sitter-surrealql
SurrealQL grammar for tree-sitter
https://github.com/ce11an/tree-sitter-surrealql
database surrealdb tree-sitter tree-sitter-highlight tree-sitter-parser
Last synced: 4 months ago
JSON representation
SurrealQL grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/ce11an/tree-sitter-surrealql
- Owner: Ce11an
- License: mit
- Created: 2024-04-18T13:53:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T20:07:29.000Z (6 months ago)
- Last Synced: 2024-10-09T23:23:37.349Z (4 months ago)
- Topics: database, surrealdb, tree-sitter, tree-sitter-highlight, tree-sitter-parser
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-surrealql
[![CI][ci]](https://github.com/ce11an/tree-sitter-surrealql/actions/workflows/ci.yml)
[![crates][crates]](https://crates.io/crates/tree-sitter-surrealql)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-surrealql/)SurrealQL grammar for [tree-sitter][].
## Installation
### [cargo](https://crates.io/crates/tree-sitter-surrealql)
```sh
cargo add tree-sitter-surrealql
```### [pip](https://pypi.org/project/tree-sitter-surrealql)
```bash
pip install tree-sitter-surrealql
```## Features
Please check the [examples](examples) directory for a complete list of features.## References
- [SurrealDB](https://surrealdb.com/docs/surrealdb)[ci]: https://img.shields.io/github/actions/workflow/status/ce11an/tree-sitter-surrealql/ci.yml?logo=github&label=CI
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[crates]: https://img.shields.io/crates/v/tree-sitter-surrealql?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-surrealql?logo=pypi&logoColor=ffd242