dparnell / intellij-wgsl

WGSL plugin for IntelliJ and CLion
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

for loop update should allow compound assignment #34

Closed crowlKats closed 2 years ago

crowlKats commented 2 years ago

Example: https://github.com/gfx-rs/wgpu/blob/master/wgpu/examples/shadow/shader.wgsl#L86

dparnell commented 2 years ago

This should be fixed in the next release. It will take Jetbrains a couple of days to approve it.

dparnell commented 2 years ago

The 0.0.16 release should now be available on the Jetbrains store. Let me know if this fixes the issue.

crowlKats commented 2 years ago

yep, it does work now, thanks!

dparnell commented 2 years ago

Excellent :)