prisma: Extract to zed-extensions/prisma repository (#23961)

This PR extracts the Prisma extension to the
[zed-extensions/prisma](https://github.com/zed-extensions/prisma)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-01-30 18:39:34 +00:00
committed by GitHub
parent 429dbf7129
commit d1b8fedc9c
10 changed files with 1 additions and 202 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Prisma
Prisma support is available through the [Prisma extension](https://github.com/zed-industries/zed/tree/main/extensions/prisma).
Prisma support is available through the [Prisma extension](https://github.com/zed-extensions/prisma).
- Tree Sitter: [victorhqc/tree-sitter-prisma](https://github.com/victorhqc/tree-sitter-prisma)
- Language-Server: [prisma/language-tools](https://github.com/prisma/language-tools)