add textobject queries for gleam

pull/2739/head
Michael Davis 2 years ago committed by Blaž Hrastnik
parent bcafdf404f
commit f7a3d35752

@ -27,7 +27,7 @@
| git-diff | ✓ | | | |
| git-ignore | ✓ | | | |
| git-rebase | ✓ | | | |
| gleam | ✓ | | | |
| gleam | ✓ | | | |
| glsl | ✓ | | ✓ | |
| go | ✓ | ✓ | ✓ | `gopls` |
| gomod | ✓ | | | `gopls` |

@ -0,0 +1,6 @@
(function
parameters: (function_parameters (function_parameter)? @parameter.inside)
body: (function_body) @function.inside) @function.around
(anonymous_function
body: (function_body) @function.inside) @function.around
Loading…
Cancel
Save