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(erroneous_end_tag_name) @keyword 3(doctype) @tag.doctype 4(attribute_name) @attribute 5(attribute_value) @string 6(comment) @comment 7 8"=" @operator 9 10[ 11 "<" 12 ">" 13 "<!" 14 "</" 15 "/>" 16] @punctuation.bracket