Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1(comment) @comment 2 3(string) @string 4 5(pair 6 key: (string) @property.json_key) 7 8(number) @number 9 10[ 11 (true) 12 (false) 13 (null) 14] @constant 15 16[ 17 "{" 18 "}" 19 "[" 20 "]" 21] @punctuation.bracket