mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
|
@ -89,9 +89,9 @@
|
|||
(pod_statement) @text
|
||||
|
||||
(method_invocation
|
||||
function_name: (identifier) @method)
|
||||
function_name: (identifier) @method.call)
|
||||
(call_expression
|
||||
function_name: (identifier) @function)
|
||||
function_name: (identifier) @function.call)
|
||||
|
||||
;; ----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue