mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 06:05:10 +00:00
8088d1a9b7
Changes: - https://github.com/zed-industries/zed/pull/14914 - https://github.com/zed-industries/zed/pull/14879 - https://github.com/zed-industries/zed/pull/14923 - https://github.com/zed-industries/zed/pull/15973 - https://github.com/zed-industries/zed/pull/16955 Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
19 lines
532 B
TOML
19 lines
532 B
TOML
id = "erlang"
|
|
name = "Erlang"
|
|
description = "Erlang support."
|
|
version = "0.1.0"
|
|
schema_version = 1
|
|
authors = ["Dairon M <dairon.medina@gmail.com>", "Fabian Bergström <fabian@fmbb.se>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.erlang-ls]
|
|
name = "Erlang Language Server"
|
|
language = "Erlang"
|
|
|
|
[language_servers.elp]
|
|
name = "Erlang Language Platform"
|
|
language = "Erlang"
|
|
|
|
[grammars.erlang]
|
|
repository = "https://github.com/WhatsApp/tree-sitter-erlang"
|
|
commit = "19ca500fa5a17ab58dc18aa03b50e2db305e7a8a"
|