From 0014e52e2d370a5fdd488f2a819cd8eda0d12032 Mon Sep 17 00:00:00 2001 From: lfenzo Date: Mon, 25 Jul 2022 19:47:42 -0300 Subject: Split func/method definition from calls in lotlin highlighting queries --- queries/kotlin/highlights.scm | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2