aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/kotlin/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm
index 2567a74c1..246a56c02 100644
--- a/queries/kotlin/highlights.scm
+++ b/queries/kotlin/highlights.scm
@@ -149,13 +149,13 @@
; function()
(call_expression
- . (simple_identifier) @function)
+ . (simple_identifier) @function.call)
; object.function() or object.property.function()
(call_expression
(navigation_expression
(navigation_suffix
- (simple_identifier) @function) . ))
+ (simple_identifier) @function.call) . ))
(call_expression
. (simple_identifier) @function.builtin