feat(lang): bump tree-sitter-go (#4969)

Update tree-sitter-go to latest with updated support for generics.

See: 0fa917a702..05900faa3c
for full diff.
This commit is contained in:
Matouš Dzivjak 2022-12-02 15:06:35 +01:00 committed by GitHub
parent 39ce82b7a5
commit d0bc38d6fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ args = { mode = "local", processId = "{0}" }
[[grammar]]
name = "go"
source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "0fa917a7022d1cd2e9b779a6a8fc5dc7fad69c75" }
source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "05900faa3cdb5d2d8c8bd5e77ee698487e0a8611" }
[[language]]
name = "gomod"

View File

@ -5,7 +5,7 @@
(type_spec)
(func_literal)
(literal_value)
(element)
(literal_element)
(keyed_element)
(expression_case)
(default_case)