Syntax highlight the JavaScript keyword using (#22479)

The ECMAScript Explicit Resource Management proposal (stage 3) that
specifies the keyword `using`:

https://github.com/tc39/proposal-explicit-resource-management

This has already been done for the TypeScript and TSX languages:

- https://github.com/zed-industries/zed/issues/14762
- https://github.com/zed-industries/zed/pull/14772

Release Notes:

- Syntax highlight the JavaScript keyword `using`
([#22479](https://github.com/zed-industries/zed/pull/22479); thanks
[jaydenseric](https://github.com/jaydenseric)).
This commit is contained in:
Jayden Seric
2024-12-29 08:17:51 +00:00
committed by GitHub
parent ca6825066f
commit f6dabadaf7
@@ -194,6 +194,7 @@
"throw"
"try"
"typeof"
"using"
"var"
"void"
"while"