From 03f0ef93ac6da58963b32034fd4681e428867d2a Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 17 Aug 2022 16:20:44 -0500 Subject: 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. --- runtime/queries/rust/highlights.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/queries') diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 5de92a60..39a764a6 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -67,6 +67,7 @@ "]" "{" "}" + "#" ] @punctuation.bracket (type_arguments [ -- cgit v1.2.3-70-g09d2