zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
46.55k stars 2.64k forks source link

Recognize "using" as a keyword in Typescript #14762

Closed matthieusieben closed 1 month ago

matthieusieben commented 1 month ago

Check for existing issues

Describe the bug / provide steps to reproduce it

The using keyword is not recognized as one in Js/Ts.

Environment

Zed: v0.144.3 (Zed) OS: macOS 14.5.0 Memory: 36 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Capture d’écran 2024-07-18 à 12 16 02

If applicable, attach your Zed.log file to this issue.

Zed.log


versecafe commented 1 month ago

@matthieusieben Should be resolved now but you can wait for the newest nightly release to come out or build for yourself to check (also patched it for TSX files)

JosephTLyons commented 1 month ago

Since it looks like @versecafe's PR has been merged, I'm going to close this out! Thanks!