mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
b0fb02e4be
This PR extracts Erlang support into an extension and removes the built-in Erlang support from Zed. Tested using a Nix shell: ``` nix-shell -p erlang-ls ``` Release Notes: - Removed built-in support for Erlang, in favor of making it available as an extension. The Erlang extension will be suggested for download when you open a `.erl` or `.hrl` file.
16 lines
416 B
TOML
16 lines
416 B
TOML
id = "erlang"
|
|
name = "Erlang"
|
|
description = "Erlang support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Dairon M <dairon.medina@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.erlang-ls]
|
|
name = "Erlang Language Server"
|
|
language = "Erlang"
|
|
|
|
[grammars.erlang]
|
|
repository = "https://github.com/WhatsApp/tree-sitter-erlang"
|
|
commit = "57e69513efd831f9cc8207d65d96bad917ca4aa4"
|