Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matoous/tree-sitter-fga
Tree sitter grammar for OpenFGA authorization schema language (fga).
https://github.com/matoous/tree-sitter-fga
grammar tree-sitter
Last synced: about 1 month ago
JSON representation
Tree sitter grammar for OpenFGA authorization schema language (fga).
- Host: GitHub
- URL: https://github.com/matoous/tree-sitter-fga
- Owner: matoous
- License: mit
- Created: 2024-03-31T20:33:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:34:27.000Z (8 months ago)
- Last Synced: 2024-09-27T10:41:11.700Z (about 2 months ago)
- Topics: grammar, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-fga
A [tree sitter](https://github.com/tree-sitter/tree-sitter) grammer for [OpenFGA](https://openfga.dev/) authorization schema language.
See https://openfga.dev/docs/configuration-language for the configuration language semantics.
![OpenFGA authorization schema highlights](.github/assets/highlights.png "OpenFGA authorization schema highlights")
## Development
Install `tree-sitter-cli`, see [installation instructions](https://tree-sitter.github.io/tree-sitter/creating-parsers#installation).