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 13:39:34 -05:00 committed by GitHub
parent 429dbf7129
commit d1b8fedc9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1 additions and 202 deletions

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)