fix: link type in pattern matching correctly

This commit is contained in:
Bartek Łuka 2024-01-12 15:13:30 +01:00 committed by Christian Clason
parent 0746b1a13d
commit 295ab1da52

View file

@ -13,6 +13,9 @@
(method_declaration
type: (identifier) @type)
(declaration_pattern
type: (identifier) @type)
(local_function_statement
type: (identifier) @type)