diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index 39a764a6..78a7abf0 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