Skip to content

Commit

Permalink
feat(lang): bump tree-sitter-go
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Dec 2, 2022
1 parent 5a3ff74 commit 946ab1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/queries/go/indents.scm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(type_spec)
(func_literal)
(literal_value)
(element)
(literal_element)
(keyed_element)
(expression_case)
(default_case)
Expand Down

0 comments on commit 946ab1f

Please sign in to comment.