aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/dart/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm
index 41fe68413..3e23d6555 100644
--- a/queries/dart/highlights.scm
+++ b/queries/dart/highlights.scm
@@ -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
; --------------------