mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
1fccda7b8d
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
15 lines
440 B
TOML
15 lines
440 B
TOML
id = "prisma"
|
|
name = "Prisma"
|
|
description = "Prisma support."
|
|
version = "0.0.4"
|
|
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"
|