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