highlights(rust): "for" @keyword everywhere else (for<'a>, HRTBs)

This commit is contained in:
Cormac Relf 2022-10-18 12:10:13 +02:00 committed by Christian Clason
parent 15d3849dcf
commit 1379119c31

View file

@ -219,8 +219,7 @@
"while"
] @repeat
(impl_item
"for" @keyword)
"for" @keyword
(for_expression
"for" @repeat)