mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)
This commit is contained in:
parent
15d3849dcf
commit
1379119c31
1 changed files with 1 additions and 2 deletions
|
|
@ -219,8 +219,7 @@
|
|||
"while"
|
||||
] @repeat
|
||||
|
||||
(impl_item
|
||||
"for" @keyword)
|
||||
"for" @keyword
|
||||
(for_expression
|
||||
"for" @repeat)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue