mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
fix(rust): highlight inline attributes properly
This commit is contained in:
parent
edacfa2eed
commit
24be1534db
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@
|
||||||
; Attribute macros
|
; Attribute macros
|
||||||
|
|
||||||
(attribute_item (attribute (identifier) @function.macro))
|
(attribute_item (attribute (identifier) @function.macro))
|
||||||
|
(inner_attribute_item (attribute (identifier) @function.macro))
|
||||||
|
|
||||||
(attribute (scoped_identifier (identifier) @function.macro .))
|
(attribute (scoped_identifier (identifier) @function.macro .))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue