summaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/rust/highlights.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/queries/rust/highlights.scm b/queries/rust/highlights.scm
index cc629d5e7..60438bd72 100644
--- a/queries/rust/highlights.scm
+++ b/queries/rust/highlights.scm
@@ -172,6 +172,7 @@
; Attribute macros
(attribute_item (attribute (identifier) @function.macro))
+(inner_attribute_item (attribute (identifier) @function.macro))
(attribute (scoped_identifier (identifier) @function.macro .))