1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/toml/textobjects.scm
2025-02-26 17:40:34 -06:00

8 lines
99 B
Scheme

(pair
(_) @entry.inside) @entry.around
(array
(_) @entry.around)
(comment)+ @comment.around