aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/go/highlights.scm')
-rw-r--r--queries/go/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/go/highlights.scm b/queries/go/highlights.scm
index 011b448b1..3d261f52a 100644
--- a/queries/go/highlights.scm
+++ b/queries/go/highlights.scm
@@ -21,11 +21,11 @@
; Function calls
(call_expression
- function: (identifier) @function)
+ function: (identifier) @function.call)
(call_expression
function: (selector_expression
- field: (field_identifier) @method))
+ field: (field_identifier) @method.call))
; Function definitions