folds(c_sharp): Add basic folding

This commit is contained in:
Luxed 2021-06-02 19:42:20 -04:00 committed by Stephan Seitz
parent 7e40537769
commit fde9521f9e

18
queries/c_sharp/folds.scm Normal file
View file

@ -0,0 +1,18 @@
[
(class_declaration)
(constructor_declaration)
(enum_declaration)
(interface_declaration)
(method_declaration)
(namespace_declaration)
(struct_declaration)
(do_statement)
(for_each_statement)
(for_statement)
(if_statement)
(switch_statement)
(try_statement)
(using_statement)
(while_statement)
] @fold