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