Skip to content

Commit

Permalink
Update tree-sitter-rust (helix-editor#10973)
Browse files Browse the repository at this point in the history
Update to latest commit on master to include fix for a bug that doesn't
allow spaces in the shebang line.
  • Loading branch information
blt-r committed Jun 18, 2024
1 parent 94a9c81 commit 0edf609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ args = { attachCommands = [ "platform select remote-gdb-server", "platform conne

[[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "473634230435c18033384bebaa6d6a17c2523281" }
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "9c84af007b0f144954adb26b3f336495cbb320a7" }

[[language]]
name = "sway"
Expand Down

0 comments on commit 0edf609

Please sign in to comment.