From 6eb35103d08bbd35d9e7e3cd3987d85451c7e329 Mon Sep 17 00:00:00 2001 From: kiyan Date: Sat, 2 Jul 2022 12:47:05 +0200 Subject: fix(go): indent const declaration https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 --- queries/go/indents.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queries') diff --git a/queries/go/indents.scm b/queries/go/indents.scm index a87f5f79..a6fbf082 100644 --- a/queries/go/indents.scm +++ b/queries/go/indents.scm @@ -18,6 +18,8 @@ "}" ] @branch +(const_declaration ")" @branch) + [ "}" ")" -- cgit v1.2.3