Closed rbuckton closed 1 year ago
This adds syntax highlighting support for using and await using declarations, per https://github.com/microsoft/TypeScript/pull/54505
using
await using
This adds syntax highlighting support for
using
andawait using
declarations, per https://github.com/microsoft/TypeScript/pull/54505