Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1(stylesheet 2 (import_statement 3 "@import" @context 4 (string_value) @name) @item) 5 6(rule_set 7 (selectors 8 . 9 (_) @name 10 ("," @name 11 (_) @name)*)) @item 12 13(media_statement 14 "@media" @context 15 (_) @name 16 (block)) @item