Constant tree_sitter_html::HIGHLIGHTS_QUERY
source ยท pub const HIGHLIGHTS_QUERY: &str = "(tag_name) @tag\n(erroneous_end_tag_name) @tag.error\n(doctype) @constant\n(attribute_name) @attribute\n(attribute_value) @string\n(comment) @comment\n\n[\n \"<\"\n \">\"\n \"</\"\n \"/>\"\n] @punctuation.bracket\n";