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" 2code_fence_block_name = "gowork" 3grammar = "gowork" 4path_suffixes = ["work"] 5line_comments = ["//"] 6autoclose_before = ")" 7brackets = [ 8 { start = "(", end = ")", close = true, newline = true} 9]