mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
This PR makes it so extensions can provide values for the `language_ids`
method on the `LspAdapter` trait.
These are provided as data in the `language_servers` section of the
`extension.toml`, like so:
```toml
[language_servers.intelephense]
name = "Intelephense"
language = "PHP"
language_ids = { PHP = "php"}
```
Release Notes:
- N/A
Co-authored-by: Max <max@zed.dev>
|
||
|---|---|---|
| .. | ||
| astro | ||
| csharp | ||
| erlang | ||
| gleam | ||
| haskell | ||
| php | ||
| prisma | ||
| purescript | ||
| svelte | ||
| toml | ||
| uiua | ||
| zig | ||
| .gitignore | ||