mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 05:10:04 -04:00
feat(fga): add FGA grammar
FGA is the DSL for [OpenFGA](https://openfga.dev/) authorization models - a zanzibar-like Role-Based Access Control system.
This commit is contained in:
parent
0d32ec3c3e
commit
5ca72f9b30
3 changed files with 59 additions and 0 deletions
|
|
@ -550,6 +550,14 @@ return {
|
|||
maintainers = { '@alexmozaidze' },
|
||||
tier = 2,
|
||||
},
|
||||
fga = {
|
||||
install_info = {
|
||||
revision = '44bfe4e15dc11969f1a23e5f0fa9d8e961268721',
|
||||
url = 'https://github.com/matoous/tree-sitter-fga',
|
||||
},
|
||||
maintainers = { '@matoous' },
|
||||
tier = 2,
|
||||
},
|
||||
fidl = {
|
||||
install_info = {
|
||||
revision = '0a8910f293268e27ff554357c229ba172b0eaed2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue