Skip to content

Commit d314205

Browse files
authored
fix(c_sharp): exclude => for function.inner of arrow_expression_clause (#804)
function.inner should not include `=>` in such case.
1 parent 4f8608f commit d314205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

queries/c_sharp/textobjects.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
(method_declaration
4444
body: (arrow_expression_clause
45+
"=>"
4546
_+ @function.inner)) @function.outer
4647

4748
(constructor_declaration

0 commit comments

Comments
 (0)