Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gleam/textobjects.scm')
| -rw-r--r-- | runtime/queries/gleam/textobjects.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/queries/gleam/textobjects.scm b/runtime/queries/gleam/textobjects.scm deleted file mode 100644 index bdbcfbb4..00000000 --- a/runtime/queries/gleam/textobjects.scm +++ /dev/null @@ -1,11 +0,0 @@ -(function - parameters: (function_parameters (function_parameter)? @parameter.inside) - body: (block) @function.inside) @function.around - -(anonymous_function - body: (block) @function.inside) @function.around - -((function - name: (identifier) @_name - body: (block) @test.inside) @test.around - (#match? @_name "_test$")) |