feat(dart): add function call query (commented)

This commit is contained in:
Akin Sowemimo 2021-07-01 13:36:56 +01:00 committed by Stephan Seitz
parent f67a749b0f
commit 5fa8d5741d

View file

@ -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
; --------------------