Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1[ 2 { 3 "token_type": "variable", 4 "token_modifiers": ["readonly"], 5 "style": ["constant"] 6 }, 7 { 8 "token_type": "string", 9 "token_modifiers": ["format"], 10 "style": ["string.special"] 11 } 12]