vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
86 stars 9 forks source link

[tree_sitter_v] Support `for mut is` clause #77

Closed Lycs-D closed 3 months ago

Lycs-D commented 3 months ago
ttytm commented 3 months ago

Rebased over main. Pushed a tiny update to recognizance is clauses with and without mut in for loops uniformly.