microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
413 stars 126 forks source link

Add support for `using` and `await using` declarations #984

Closed rbuckton closed 1 year ago

rbuckton commented 1 year ago

This adds syntax highlighting support for using and await using declarations, per https://github.com/microsoft/TypeScript/pull/54505