We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbf959 commit 081313aCopy full SHA for 081313a
queries/ocaml/textobjects.scm
@@ -1,6 +1,8 @@
1
-(value_definition
+((value_definition
2
(let_binding
3
- body: (_) @function.inner)) @function.outer
+ body: (_) @function.inner)) @_fun_start @_fun_end
4
+ ("in")? @_fun_end
5
+ (#make-range! "function.outer" @_fun_start @_fun_end))
6
7
(method_definition
8
body: (_) @function.inner) @function.outer
0 commit comments