From https://github.com/Microsoft/vscode/issues/31389 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.22 / latest **Code** ```ts let a: number = w, b: string = x, // string is not colored c: any = y, // any is not colored d: boolean = z; // boolean is not colored ``` Only the first type declaration is properly syntax colored: <img width="387" alt="screen shot 2017-07-25 at 9 27 58 pm" src="https://user-images.githubusercontent.com/12821956/28604528-27b4571a-7180-11e7-8d59-2c2e309e8b95.png">