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