Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1name = "ERB" 2path_suffixes = ["erb"] 3autoclose_before = ">})" 4brackets = [ 5 { start = "<", end = ">", close = true, newline = true }, 6] 7block_comment = ["<%#", "%>"] 8scope_opt_in_language_servers = ["tailwindcss-language-server"]