tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
359 stars 109 forks source link

feat: add `using` keyword #262

Closed sigmaSd closed 8 months ago

sigmaSd commented 1 year ago

https://www.totaltypescript.com/typescript-5-2-new-keyword-using

for example deno recently add support for this https://github.com/denoland/deno/commit/6dc8682b9acabea56fd69a25c28b6a8f95c2ce26 so its already being used

amaanq commented 8 months ago

Hey @sigmaSd, I've added support for using, hopefully Helix can update to 0.20.4 :grin:

sigmaSd commented 8 months ago

thanks !