From ce0dba96f47cd8bbd46b4c3ac8fd1b9502f1002a Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Sun, 19 Feb 2023 01:07:36 +0100 Subject: feat(go): add folds for type switch and switch cases --- queries/go/folds.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/queries/go/folds.scm b/queries/go/folds.scm index e1b7a83e9..2c0beb4f6 100644 --- a/queries/go/folds.scm +++ b/queries/go/folds.scm @@ -1,6 +1,10 @@ [ (const_declaration) (expression_switch_statement) + (expression_case) + (default_case) + (type_switch_statement) + (type_case) (for_statement) (func_literal) (function_declaration) -- cgit v1.2.3-70-g09d2