docs: Update outdated keybind for opening extensions page (#28443)

This PR updates an outdated keybind for opening the extensions page (the
shown keybind opens the project panel instead) on the `Configuring
Languages` page.

It also updates a nearby keybind to use the preprocessor syntax instead.

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2025-04-09 19:46:12 +02:00 committed by GitHub
parent 342134fbab
commit 6aa0248ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@ This example makes comments italic and changes the color of strings:
Change your theme: Change your theme:
1. Use the theme selector (<kbd>cmd-k cmd-t|ctrl-k ctrl-t</kbd>) 1. Use the theme selector ({#kb theme_selector::Toggle})
2. Or set it in your `settings.json`: 2. Or set it in your `settings.json`:
```json ```json
@ -335,7 +335,7 @@ Create custom themes by creating a JSON file in `~/.config/zed/themes/`. Zed wil
### Using Theme Extensions ### Using Theme Extensions
Zed supports theme extensions. Browse and install theme extensions from the Extensions panel (<kbd>cmd-shift-e|ctrl-shift-e</kbd>). Zed supports theme extensions. Browse and install theme extensions from the Extensions panel ({#kb zed::Extensions}).
To create your own theme extension, refer to the [Developing Theme Extensions](./extensions/themes.md) guide. To create your own theme extension, refer to the [Developing Theme Extensions](./extensions/themes.md) guide.