aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java
diff options
context:
space:
mode:
Diffstat (limited to 'queries/java')
-rw-r--r--queries/java/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/java/highlights.scm b/queries/java/highlights.scm
index bbcb9cc6e..660d2ea86 100644
--- a/queries/java/highlights.scm
+++ b/queries/java/highlights.scm
@@ -9,7 +9,7 @@
(method_declaration
name: (identifier) @method)
(method_invocation
- name: (identifier) @method)
+ name: (identifier) @method.call)
(super) @function.builtin