From 2391930b702cbd2ab2e2bc90a3d22978e3e14574 Mon Sep 17 00:00:00 2001 From: Steve Vermeulen Date: Sun, 19 Jul 2020 13:59:43 -0700 Subject: Commenting out the attempt to highlight method calls for now --- queries/c_sharp/highlights.scm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm index 37ebe75bc..2b31ba107 100644 --- a/queries/c_sharp/highlights.scm +++ b/queries/c_sharp/highlights.scm @@ -2,12 +2,14 @@ (method_declaration name: (identifier) @method) -(invocation_expression - (member_access_expression - name: (identifier) @method)) - -(invocation_expression - (identifier) @method) +; This would be nice but fails in some cases +; https://github.com/nvim-treesitter/nvim-treesitter/pull/203 +; (invocation_expression +; (member_access_expression +; name: (identifier) @method)) + +; (invocation_expression +; (identifier) @method) ((identifier) @field (#match? @field "^_")) -- cgit v1.2.3-70-g09d2