mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(dart): add function call query (commented)
This commit is contained in:
parent
f67a749b0f
commit
5fa8d5741d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
; TODO: add method/call_expression to grammar and
|
||||
; distinguish method call from variable access
|
||||
(function_expression_body (identifier) @function)
|
||||
; ((identifier)(selector (argument_part)) @function)
|
||||
|
||||
; Annotations
|
||||
; --------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue