mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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"
|
"while"
|
||||||
] @repeat
|
] @repeat
|
||||||
|
|
||||||
(impl_item
|
"for" @keyword
|
||||||
"for" @keyword)
|
|
||||||
(for_expression
|
(for_expression
|
||||||
"for" @repeat)
|
"for" @repeat)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue