From b9d40c1acc1334a0ed7d589b847b79a536978b50 Mon Sep 17 00:00:00 2001 From: "zhangkai.zju" Date: Sat, 6 May 2023 19:41:30 +0800 Subject: [PATCH] feat(go): add expression swich&case --- queries/go/context.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries/go/context.scm b/queries/go/context.scm index e0312c7d..7c4f2ffd 100644 --- a/queries/go/context.scm +++ b/queries/go/context.scm @@ -4,6 +4,8 @@ (import_declaration) (const_declaration) (select_statement) + (expression_switch_statement) + (expression_case) ] @context) (function_declaration