We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4c7c9 commit 09c790fCopy full SHA for 09c790f
1 file changed
queries/gleam/textobjects.scm
@@ -193,10 +193,20 @@
193
194
; functions
195
(function
196
- body: (block) @function.inner) @function.outer
+ body: (block
197
+ "{"
198
+ .
199
+ _+ @function.inner
200
201
+ "}")) @function.outer
202
203
(anonymous_function
204
205
206
207
208
209
210
211
; returns
212
0 commit comments