mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
8 lines
239 B
Scheme
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
|