From https://github.com/Microsoft/vscode/issues/34215 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.22 / latest **Code** ```ts (<a title={i >= 2 && i < 3 ? "first branch" : i > (j - 2) * 4 ? "second branch" : "third branch" } />) ``` <img width="802" alt="screen shot 2017-09-12 at 9 18 36 am" src="https://user-images.githubusercontent.com/12821956/30336873-60eaf4d0-979b-11e7-8b3c-398e1c327199.png"> Note that `i` has three different colors here