Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1((comment) @content 2 (#set! "language" "jsdoc")) 3 4(((comment) @reference 5 (#match? @reference "^///\\s+<reference\\s+types=\"\\S+\"\\s*/>\\s*$")) @content 6 (#set! "language" "html")) 7 8((regex) @content 9 (#set! "language" "regex"))