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/_jsx/textobjects.scm

8 lines
239 B
Scheme

; See runtime/queries/ecma/README.md for more info.
(jsx_self_closing_element) @xml_element.around @xml_element.inside
(jsx_element (jsx_opening_element) (_)* @xml_element.inside (jsx_closing_element))
(jsx_element) @xml_element.around