fix(rust): highlight inline attributes properly

This commit is contained in:
Riley Bruins 2023-12-18 08:19:22 -08:00 committed by Amaan Qureshi
parent edacfa2eed
commit 24be1534db

View file

@ -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 .))