diff options
| -rw-r--r-- | queries/c_sharp/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
