Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1((text) @content 2 (#set! "language" "html") 3 (#set! "combined")) 4 5((comment) @content 6 (#match? @content "^/\\*\\*[^*]") 7 (#set! "language" "phpdoc")) 8 9((heredoc_body) (heredoc_end) @language) @content