Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1name = "Zed Keybind Context" 2grammar = "rust" 3hidden = true 4autoclose_before = ")" 5brackets = [ 6 { start = "(", end = ")", close = true, newline = false }, 7]