aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c_sharp/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/c_sharp/highlights.scm')
-rw-r--r--queries/c_sharp/highlights.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm
index fc3600e0e..068565f1e 100644
--- a/queries/c_sharp/highlights.scm
+++ b/queries/c_sharp/highlights.scm
@@ -20,12 +20,12 @@
(invocation_expression
(member_access_expression
- name: (identifier) @method))
+ name: (identifier) @method.call))
(invocation_expression
function: (conditional_access_expression
(member_binding_expression
- name: (identifier) @method)))
+ name: (identifier) @method.call)))
(namespace_declaration
name: [(qualified_name) (identifier)] @namespace)
@@ -34,7 +34,7 @@
(identifier) @type)
(invocation_expression
- (identifier) @method)
+ (identifier) @method.call)
(field_declaration
(variable_declaration
@@ -141,7 +141,7 @@
; Generic Method invocation with generic type
(invocation_expression
function: (generic_name
- . (identifier) @method))
+ . (identifier) @method.call))
(invocation_expression
(member_access_expression