Update tree-sitter-rust to latest

There don't appear to be any regressions from the updates.
Also included is a fix which highlights the "#" as in attributes
as punctuation. This was previously unhighlighted.
This commit is contained in:
Michael Davis 2022-08-17 16:20:44 -05:00 committed by Blaž Hrastnik
parent ac669ade05
commit 03f0ef93ac
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ args = { attachCommands = [ "platform select remote-gdb-server", "platform conne
[[grammar]]
name = "rust"
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "a360da0a29a19c281d08295a35ecd0544d2da211" }
source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "41e23b454f503e6fe63ec4b6d9f7f2cf7788ab8e" }
[[language]]
name = "toml"

View File

@ -67,6 +67,7 @@
"]"
"{"
"}"
"#"
] @punctuation.bracket
(type_arguments
[