From 09fece9cb8cb05fbb4393133abf4b87c8d81a53d Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Wed, 4 Feb 2026 14:14:12 +0100 Subject: [PATCH] languages: Do not show Zed keybinding context in language selector (#48354) This language is used for the keymap editor and should not be selectable for normal files. Hence, removing it here from the language selector Release Notes: - Fixed an issue where the Zed keybinding context would show up as a language in the language selector. --- crates/languages/src/zed-keybind-context/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/languages/src/zed-keybind-context/config.toml b/crates/languages/src/zed-keybind-context/config.toml index a999c70f6679843d07521c75a6a14bef26af67bb..f00fe7ca54fcb49d8c8e6227703d9adccbbea83b 100644 --- a/crates/languages/src/zed-keybind-context/config.toml +++ b/crates/languages/src/zed-keybind-context/config.toml @@ -1,5 +1,6 @@ name = "Zed Keybind Context" grammar = "rust" +hidden = true autoclose_before = ")" brackets = [ { start = "(", end = ")", close = true, newline = false },