summaryrefslogtreecommitdiff
path: root/queries/java
diff options
context:
space:
mode:
authorChinmay <chinmay.dalal.22012001@gmail.com>2020-06-15 21:48:50 +0530
committerChinmay <chinmay.dalal.22012001@gmail.com>2020-06-15 21:48:50 +0530
commit042464c1c5c4e1a88717430b26347b84a4adcdf0 (patch)
treeb10ecab374565b6b025c3f219aa11c635ad1d819 /queries/java
parentd9639e1e5eeb623c59949cf523681111b71475be (diff)
Fix method highlighting
Diffstat (limited to 'queries/java')
-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 398cfe13..59b803ab 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