ZIm/crates/extensions_ui/src
Marshall Bowers b0fb02e4be
Extract Erlang support into an extension (#9974)
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.
2024-03-29 18:03:38 -04:00
..
components Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
components.rs Add a command for building and installing a locally-developed Zed extension (#8781) 2024-03-06 15:35:22 -08:00
extension_suggest.rs Extract Erlang support into an extension (#9974) 2024-03-29 18:03:38 -04:00
extension_version_selector.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
extensions_ui.rs Disable incompatible extension versions in extension view (#9938) 2024-03-28 16:49:26 -04:00