1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/_jsx/textobjects.scm
2025-07-16 09:02:52 -05:00

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