mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
3c805d4c6b
This PR bumps the Prisma extension to v0.02. Changes: - The Prisma extension now provides its own `tab_size` setting ([#10296](https://github.com/zed-industries/zed/pull/10296)) Release Notes: - N/A
16 lines
440 B
TOML
16 lines
440 B
TOML
id = "prisma"
|
|
name = "Prisma"
|
|
description = "Prisma support."
|
|
version = "0.0.2"
|
|
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"
|