Add Prisma language support (#7267)
Fixes #4832 Adds tree-sitter grammar and LSP adapter for Prisma https://github.com/zed-industries/zed/assets/16297930/0f288ab1-ce5c-4e31-ad7f-6bb9655863c1
This commit is contained in:
parent
2f3ad9da4c
commit
67839a967b
8 changed files with 189 additions and 1 deletions
|
@ -135,6 +135,7 @@ tree-sitter-nix.workspace = true
|
|||
tree-sitter-nu.workspace = true
|
||||
tree-sitter-ocaml.workspace = true
|
||||
tree-sitter-php.workspace = true
|
||||
tree-sitter-prisma-io.workspace = true
|
||||
tree-sitter-proto.workspace = true
|
||||
tree-sitter-purescript.workspace = true
|
||||
tree-sitter-python.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue