_From @MX-Futhark on June 5, 2017 10:51_ - VSCode Version: 1.12.2 (19222cdc84ce72202478ba1cec5cb557b71163de) - OS Version: Windows 7 Enterprise Service Pack 1 Steps to Reproduce: 1. Create a new Javascript file 2. Write the following: ```js ({ 'foo\'': 'bar' }) ``` The color of `'foo\` is different from the expected color:  Notes: * This is not specific to Dark+ * It also works when using double quotes: ```js ({ "foo\"": "bar" }) ``` _Copied from original issue: Microsoft/vscode#28033_