1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-05 05:42:27 +02:00
Files
helix/runtime/queries/xml/textobjects.scm
2025-07-16 09:02:52 -05:00

6 lines
115 B
Scheme

(element (start_tag) (_)* @xml-element.inside (end_tag))
(element) @xml-element.around
(comment) @comment.around