Skip to content

Commit

Permalink
languages: add spicedb schema language
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Jan 10, 2024
1 parent 8da9b96 commit 25cadc5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,20 @@ name = "cel"
source.git = "https://github.com/bufbuild/tree-sitter-cel"
source.rev = "9f2b65da14c216df53933748e489db0f11121464"

[[language]]
name = "spicedb"
scope = "source.zed"
injection-regex = "spicedb"
file-types = ["zed"]
comment-token = "//"
roots = []
indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "spicedb"
source.git = "https://github.com/jzelinskie/tree-sitter-spicedb"
source.rev = "04ea9c294b3e20f9e3433114fa138cc20dc92770"

[[language]]
name = "go"
scope = "source.go"
Expand Down

0 comments on commit 25cadc5

Please sign in to comment.