kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

For loop step syntax error #35

Closed kayler-renslow closed 7 years ago

kayler-renslow commented 7 years ago

Plugin Version

1.0.6

Summary

for loop error. doesn't recognize -1 is argument to step

Detail

for "_i" from 5 to 0 step -1 do {};

kayler-renslow commented 7 years ago

appears to be fixed.