1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-05 05:42:27 +02:00
Files
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