mirror of https://github.com/helix-editor/helix
Fix Rust attribute highlights (#3729)
parent
1fe32737fa
commit
301f5d7cf7
|
@ -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 New Issue