The following snippet is highlighted incorrectly by creator: someObj->someFunction(foo == bar ? val1 : val2); The line break is important. Creator believes "val1" is a label and highlights it as such. -Kris Wong