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" 3autoclose_before = ")" 4brackets = [ 5 { start = "(", end = ")", close = true, newline = false }, 6]