Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1name = "Dune" 2grammar = "dune" 3path_suffixes = ["dune", "dune-project"] 4brackets = [ 5 { start = "(", end = ")", close = true, newline = true }, 6 { start = "\"", end = "\"", close = true, newline = false, not_in = ["string"] } 7] 8tab_size = 2