Skip to content

Commit

Permalink
fix: go methods query missing (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Jan 6, 2024
1 parent 2550178 commit e2cca17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions after/queries/go/matchup.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(function_declaration "func" @open.func) @scope.func
(method_declaration "func" @open.func) @scope.func
(func_literal "func" @open.func) @scope.func

(return_statement "return" @mid.func.1)
Expand Down

0 comments on commit e2cca17

Please sign in to comment.