From https://github.com/Microsoft/vscode/issues/55575 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.43 / latest **Code** ```ts export declare class TestClient { private readonly test1; } ``` Gets highlighted as:  Looks like the scopes of the tokens are all: ``` variable.other.readwrite.alias.ts meta.block.ts meta.export.ts source.ts ```