mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix: link type in pattern matching correctly
This commit is contained in:
parent
0746b1a13d
commit
295ab1da52
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
||||||
(method_declaration
|
(method_declaration
|
||||||
type: (identifier) @type)
|
type: (identifier) @type)
|
||||||
|
|
||||||
|
(declaration_pattern
|
||||||
|
type: (identifier) @type)
|
||||||
|
|
||||||
(local_function_statement
|
(local_function_statement
|
||||||
type: (identifier) @type)
|
type: (identifier) @type)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue