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:
Matthew Gramigna 2024-02-10 13:26:39 -05:00 committed by GitHub
parent 2f3ad9da4c
commit 67839a967b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 189 additions and 1 deletions

View file

@ -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