Closed
Description
TS and JS Grammar Extension version: 0.0.55 / latest
Code
// Please include a code snippet that demonstrates the issue
type N = awaited Promise<number>;
type NN = randomText Promise<number>;
awaited
is highlighted incorrectly in vscode, which makes me think it's a keyword.