Skip to content

Commit 7e34fa2

Browse files
committed
chore(gleam): support anonymous_function
1 parent 4cf847f commit 7e34fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/gleam/textobjects.scm

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
(function
33
body: (_) @function.inner) @function.outer
44

5-
(function_type
6-
(_)) @function.outer
5+
(anonymous_function
6+
body: (_) @function.inner) @function.outer
77

88
; parameter
99
(function_parameters

0 commit comments

Comments
 (0)