Update tree-sitter-rust (#10973)
Update to latest commit on master to include fix for a bug that doesn't allow spaces in the shebang line.
This commit is contained in:
parent
94a9c81eb0
commit
0edf60964d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue