_From @anvish on February 14, 2017 9:45_ ```ts const a = { 1: '1', '2': '2', } ``` Properties named with numbers are not highlighted:  _Copied from original issue: Microsoft/vscode#20589_