We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf847f commit 7e34fa2Copy full SHA for 7e34fa2
queries/gleam/textobjects.scm
@@ -2,8 +2,8 @@
2
(function
3
body: (_) @function.inner) @function.outer
4
5
-(function_type
6
- (_)) @function.outer
+(anonymous_function
+ body: (_) @function.inner) @function.outer
7
8
; parameter
9
(function_parameters
0 commit comments