Fix Rust attribute highlights (#3729)
This commit is contained in:
parent
1fe32737fa
commit
301f5d7cf7
1 changed files with 3 additions and 0 deletions
|
@ -258,6 +258,9 @@
|
|||
; ---
|
||||
(meta_item
|
||||
(identifier) @function.macro)
|
||||
(attr_item
|
||||
(identifier) @function.macro
|
||||
(token_tree (identifier) @function.macro)?)
|
||||
|
||||
(inner_attribute_item) @attribute
|
||||
|
||||
|
|
Loading…
Reference in a new issue