mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 15:44:20 +03:00
39cc3c0778
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> |
||
---|---|---|
.. | ||
languages/php | ||
src | ||
Cargo.toml | ||
extension.toml | ||
LICENSE-APACHE |