highlights(c_sharp): use @method.call

This commit is contained in:
Stephan Seitz 2022-08-29 23:24:31 +02:00
parent 7066b13e26
commit c557c68729

View file

@ -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