From 916b5bb17d9508753225743e24e38f5a4ac1c946 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 6 Sep 2022 21:35:22 -0500 Subject: [PATCH] Fix Rust attribute highlights --- runtime/queries/rust/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 39a764a6f1c4..78a7abf01296 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -258,6 +258,9 @@ ; --- (meta_item (identifier) @function.macro) +(attr_item + (identifier) @function.macro + (token_tree (identifier) @function.macro)?) (inner_attribute_item) @attribute