From 5a8dbc6347b3541e84fe669b22c17ad3b715e258 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 20:22:09 +0100 Subject: Engage! --- queries/html.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 queries/html.scm (limited to 'queries/html.scm') diff --git a/queries/html.scm b/queries/html.scm new file mode 100644 index 0000000..ab1399a --- /dev/null +++ b/queries/html.scm @@ -0,0 +1,13 @@ +(tag_name) @tag +(erroneous_end_tag_name) @tag.error +(doctype) @constant +(attribute_name) @attribute +(attribute_value) @string +(comment) @comment + +[ + "<" + ">" + "" +] @punctuation.bracket \ No newline at end of file -- cgit v1.2.3