tree-sitter parser definitions for prisma schema.
It's not so serious project. I welcome any PRs.
- Reference: https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference
- Reference: https://github.com/prisma/specs/tree/master/schema
- Reference Implementation: https://github.com/prisma/language-tools/tree/master/packages/vscode/syntaxes
- Reference Implementation: https://github.com/pantharshit00/vim-prisma
- Overall are licensed under MIT.
- Additionally, types/tree-sitter-sdk.d.ts is dual-licensed under the UNLINCENSE. This means you can copy and paste this file and edit without any attribution.
- I found https://github.com/victorhqc/tree-sitter-prisma .
- I'm trying to use with nvim-tree-sitter, but not succeeded yet...