You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime/queries/html/textobjects.scm

10 lines
289 B
Scheme

(script_element (start_tag) (_) @xml_element.inside (end_tag)) @xml_element.around
(style_element (start_tag) (_) @xml_element.inside (end_tag)) @xml_element.around
(element (start_tag) (_)* @xml_element.inside (end_tag))
(element) @xml_element.around
(comment) @comment.around