highlights(c#): highlight calls of methods

This commit is contained in:
Stephan Seitz 2021-05-31 22:26:58 +02:00 committed by Stephan Seitz
parent 44e44c31a4
commit ac5bd10633

View file

@ -8,8 +8,12 @@
(interpolation) @none
; (invocation_expression
; (identifier) @method)
(invocation_expression
(member_access_expression
name: (identifier) @method))
(invocation_expression
(identifier) @method)
((identifier) @field
(#match? @field "^_"))