aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/java/highlights.scm')
-rw-r--r--queries/java/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/java/highlights.scm b/queries/java/highlights.scm
index 398cfe13f..59b803abf 100644
--- a/queries/java/highlights.scm
+++ b/queries/java/highlights.scm
@@ -1,9 +1,9 @@
; Methods
(method_declaration
- name: (identifier) @function.method)
+ name: (identifier) @method)
(method_invocation
- name: (identifier) @function.method)
+ name: (identifier) @method)
(super) @function.builtin
; Annotations