Home Explore Blog CI



zed

1st chunk of `docs/src/languages/prisma.md`
e21649a5adb1194029178558c2532c2136f62dfc9505902a0000000100000161
# 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)

<!--
TBD: Prisma usage and configuration documentation
-->

Title: Prisma Support in Zed
Summary
Zed supports Prisma through the Prisma extension. The extension utilizes tree-sitter-prisma for syntax highlighting and prisma/language-tools for language server features. Further documentation on Prisma usage and configuration within Zed is planned.