From b8387c6077dce19cf3b3d8cbf02d0363ad1cd83c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 27 Feb 2025 17:27:40 -0500 Subject: [PATCH] docs: Clarify wording around `...` in `language_servers` setting (#25782) This PR clarifies the wording around how `...` is used in the `language_servers` setting. Closes https://github.com/zed-industries/zed/issues/25779. Release Notes: - N/A --- docs/src/configuring-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-languages.md b/docs/src/configuring-languages.md index dce2fc5552..83977b5c69 100644 --- a/docs/src/configuring-languages.md +++ b/docs/src/configuring-languages.md @@ -131,7 +131,7 @@ In this example: - `intelephense` is set as the primary language server - `phpactor` is disabled (note the `!` prefix) -- `...` preserves any other default language server settings +- `...` expands to the rest of the language servers that are registered for PHP This configuration allows you to tailor the language server setup to your specific needs, ensuring that you get the most suitable functionality for your development workflow.