mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(go): update queries from upstream
also bump templ to match
This commit is contained in:
parent
d90e11756d
commit
3af2d894d4
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
(method_declaration
|
||||
name: (field_identifier) @function.method)
|
||||
|
||||
(method_spec
|
||||
(method_elem
|
||||
name: (field_identifier) @function.method)
|
||||
|
||||
; Constructors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue