mirror of https://github.com/helix-editor/helix
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.
8 lines
239 B
Scheme
8 lines
239 B
Scheme
3 months ago
|
; 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
|