Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1name = "Go Work" 2grammar = "gowork" 3path_suffixes = ["work"] 4line_comments = ["//"] 5autoclose_before = ")" 6brackets = [ 7 { start = "(", end = ")", close = true, newline = true} 8]