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 10:26:39 -08:00
committed by GitHub
parent 2f3ad9da4c
commit 67839a967b
8 changed files with 189 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
# Prisma
- Tree Sitter: [tree-sitter-prisma](https://github.com/victorhqc/tree-sitter-prisma)
- Language Server: [prisma-language-server](https://github.com/prisma/language-tools/tree/main/packages/language-server)