zed/extensions/prisma/extension.toml
Marshall Bowers dbcff2a420
Extract Prisma support into an extension (#9820)
This PR extracts Prisma support into an extension and removes the
built-in Prisma support from Zed.

Release Notes:

- Removed built-in support for Prisma, in favor of making it available
as an extension. The Prisma extension will be suggested for download
when you open a `.prisma` file.
2024-03-26 12:50:44 -04:00

16 lines
440 B
TOML

id = "prisma"
name = "Prisma"
description = "Prisma support."
version = "0.0.1"
schema_version = 1
authors = ["Matthew Gramigna <matthewgramigna@gmail.com>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.prisma-language-server]
name = "Prisma Language Server"
language = "Prisma"
[grammars.prisma]
repository = "https://github.com/victorhqc/tree-sitter-prisma"
commit = "eca2596a355b1a9952b4f80f8f9caed300a272b5"