diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm index c67d29eb8..bc74a16ff 100644 --- a/queries/c_sharp/highlights.scm +++ b/queries/c_sharp/highlights.scm @@ -13,6 +13,9 @@ (method_declaration type: (identifier) @type) +(declaration_pattern + type: (identifier) @type) + (local_function_statement type: (identifier) @type)