Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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).