Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1(tag_name) @tag 2(doctype) @tag.doctype 3(attribute_name) @attribute 4[ 5 "\"" 6 "'" 7 (attribute_value) 8] @string 9(comment) @comment 10 11"=" @punctuation.delimiter.html 12 13[ 14 "<" 15 ">" 16 "<!" 17 "</" 18 "/>" 19] @punctuation.bracket.html