ncsaba / idea-openscad

OpenSCAD language plugin for the IntelliJ platform.
Apache License 2.0
28 stars 10 forks source link

nested conditional ? does not parse correctly #60

Closed SmoothieAq closed 2 years ago

SmoothieAq commented 3 years ago

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions#Conditional_?_:

a = 4; echo( a > 2 ? a < 3 ? "1" : "2" : "3" );

does not parse.

ldenisey commented 2 years ago

Fixed, will be released in version 2.2.0 coming soon.