From 3af2d894d460e32bed1897506df5d116aa9b98bf Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 8 Apr 2024 12:30:54 -0400 Subject: [PATCH] fix(go): update queries from upstream also bump templ to match --- lockfile.json | 4 ++-- queries/go/highlights.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lockfile.json b/lockfile.json index 874b3fe5b..901566511 100644 --- a/lockfile.json +++ b/lockfile.json @@ -231,7 +231,7 @@ "revision": "3c895f5d9c0b3a3c7e02383766b462c21913c000" }, "go": { - "revision": "fd577c4358c28cbcb6748bbf65354cc85f1cf7a4" + "revision": "5c0024cfbb10f0a6b54ed4b14dc5acadacd19b61" }, "godot_resource": { "revision": "2ffb90de47417018651fc3b970e5f6b67214dc9d" @@ -696,7 +696,7 @@ "revision": "33482c92a0dfa694491d34e167a1d2f52b0dccb1" }, "templ": { - "revision": "044ad200092170727650fa6d368df66a8da98f9d" + "revision": "65fae2cb1d92c746d06d38df37f5ec148e2269b1" }, "terraform": { "revision": "e936d3fef8bac884661472dce71ad82284761eb1" diff --git a/queries/go/highlights.scm b/queries/go/highlights.scm index 715fd133a..06406923b 100644 --- a/queries/go/highlights.scm +++ b/queries/go/highlights.scm @@ -39,7 +39,7 @@ (method_declaration name: (field_identifier) @function.method) -(method_spec +(method_elem name: (field_identifier) @function.method) ; Constructors