mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
Split func/method definition from calls in several programming language queries
This commit is contained in:
parent
77675b6706
commit
c784720917
15 changed files with 32 additions and 32 deletions
|
|
@ -1,10 +1,10 @@
|
|||
(function_call
|
||||
(invocation
|
||||
name: (identifier) @function
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter))
|
||||
|
||||
(function_call
|
||||
name: (identifier) @function
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter)
|
||||
|
||||
(table_expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue