Skip to content

Commit 99ea48f

Browse files
authored
Update go to my version to fix new line issue (#734)
The go grammar is broken because of new line issues. I forked the grammar that we had, and fixed it there
1 parent 7320e13 commit 99ea48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tree-sitter-python = "0.20.2"
5757
tree-sitter-ruby = "0.20.1"
5858
tree-sitter-typescript = "0.20.1"
5959
# TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands
60-
tree-sitter-go = { git = "https://github.com/uber/tree-sitter-go.git", rev = "f8cffd0af7baaf7bf6062e403efe7c0d06319c41" }
60+
tree-sitter-go = { git = "https://github.com/danieltrt/tree-sitter-go.git", rev = "ea5ceb716012db8813a2c05fab23c3a020988724" }
6161
tree-sitter-thrift = "0.5.0"
6262
tree-sitter-strings = { git = "https://github.com/uber/tree-sitter-strings.git" }
6363
tree-sitter-query = "0.1.0"

0 commit comments

Comments
 (0)