Skip to content

Commit

Permalink
Syntax highlight the JavaScript keyword using.
Browse files Browse the repository at this point in the history
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:

- #14762
- #14772
  • Loading branch information
jaydenseric committed Dec 29, 2024
1 parent ca68250 commit 4d4aa0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/languages/src/javascript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"throw"
"try"
"typeof"
"using"
"var"
"void"
"while"
Expand Down

0 comments on commit 4d4aa0f

Please sign in to comment.