aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-08-17 06:39:32 +0000
committernvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-08-17 09:16:55 +0000
commit63e1337f1b60c84a4100ebedfb1dc80924c49122 (patch)
tree3d9705e012bfccf2209119a8db16b46428d90428 /queries/go
parentbot(lockfile): update jsonnet, liquid, matlab, nickel, nix (diff)
downloadnvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar.gz
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar.bz2
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar.lz
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar.xz
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.tar.zst
nvim-treesitter-63e1337f1b60c84a4100ebedfb1dc80924c49122.zip
bot(lockfile): update c, cpp, css, go, idl, nix, python, ruby
Diffstat (limited to 'queries/go')
-rw-r--r--queries/go/indents.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/go/indents.scm b/queries/go/indents.scm
index a4fea2721..28edfe973 100644
--- a/queries/go/indents.scm
+++ b/queries/go/indents.scm
@@ -34,7 +34,7 @@
(import_spec_list
")" @indent.branch)
-(var_declaration
+(var_spec_list
")" @indent.branch)
[