mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
The `for` literal node is marked as a `keyword` since it can also show up outside of for loops, like in `for<'a> fn(&'a T)`. The for loop highlight which tags `keyword.control.repeat` needs to move lower in the file than the `keyword` one to take precedence.