MantisBT - mSLDev
View Issue Details
0000181mSLDevSyntax Highlightingpublic2013-08-10 04:022014-09-28 14:27
Travis 
 
lowminorhave not tried
newopen 
 
 
0000181: && and || not highlighted inside $iif() condition (0.4.0.94)
The brackets surrounding the conditions are highlighted the same as /if, however the '&&' appears as plain text.
alias foobar noop $iif((condition) && (condition), $foo)
No tags attached.
Issue History
2013-08-10 04:02TravisNew Issue
2014-09-28 14:27TravisNote Added: 0000167

Notes
(0000167)
Travis   
2014-09-28 14:27   
;surrounding the entire condition inside brackets causes the expected behavior
alias foobar noop $iif(((condition) && (condition)), $foo)