From 7eedeaaa71e9446d0048638deea836c9dc73aa46 Mon Sep 17 00:00:00 2001 From: blt__ Date: Sun, 16 Jun 2024 14:26:13 +0400 Subject: [PATCH] Update tree-sitter-rust Update to latest commit on master to include fix for a bug that doesn't allow spaces in the shebang line. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 436937cd86cc..4a9726385287 100644 --- a/languages.toml +++ b/languages.toml @@ -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"