DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

formatter only allows two values in for loop #396

Closed IogaMaster closed 1 month ago

IogaMaster commented 1 month ago

Valid odin code that iterates over three values image

ols removes the z from the for loop image

it should allow any number of elements in the loop

DanielGavin commented 1 month ago

Should be fixed.