Fork of zed-extensions/prisma
- Rust 71.4%
- Tree-sitter Query 28.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
This PR updates the CI workflow files from the main Zed repository based on the commit zed-industries/zed@3183c04515 The update includes a new version of the extension CLI which adds validation for semantic token rules for languages Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com> |
||
| .github/workflows | ||
| languages/prisma | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
Zed Prisma
Development
To develop this extension, see the Developing Extensions section of the Zed docs.
Pin language server to Prisma v6
To pin the language server to Prisma v6, add the following configuration to your Zed settings:
"lsp": {
"prisma-language-server": {
"settings": {
"prisma": {
"pinToPrisma6": true
}
}
}
}