diff options
Diffstat (limited to 'queries/c_sharp/textobjects.scm')
| -rw-r--r-- | queries/c_sharp/textobjects.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/queries/c_sharp/textobjects.scm b/queries/c_sharp/textobjects.scm new file mode 100644 index 000000000..721439b97 --- /dev/null +++ b/queries/c_sharp/textobjects.scm @@ -0,0 +1,4 @@ + +(method_declaration + body: (block) ? @function.inner) @function.outer + |
