1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/gleam/textobjects.scm
2025-06-18 09:32:41 -05:00

12 lines
322 B
Scheme

(function
parameters: (function_parameters (function_parameter)? @parameter.inside)
body: (block) @function.inside) @function.around
(anonymous_function
body: (block) @function.inside) @function.around
((function
name: (identifier) @_name
body: (block) @test.inside) @test.around
(#match? @_name "_test$"))