mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -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
|
|
@ -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