feat(go): add folds for type switch and switch cases

This commit is contained in:
Laytan Laats 2023-02-19 01:07:36 +01:00 committed by Stephan Seitz
parent 8b6f08165b
commit ce0dba96f4

View file

@ -1,6 +1,10 @@
[
(const_declaration)
(expression_switch_statement)
(expression_case)
(default_case)
(type_switch_statement)
(type_case)
(for_statement)
(func_literal)
(function_declaration)