Skip to content

Commit

Permalink
feat(lang): bump tree-sitter-go (helix-editor#4969)
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous authored and Shekhinah Memmel committed Dec 11, 2022
1 parent eb30c42 commit f96ef68
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 f96ef68

Please sign in to comment.