typescript: Highlight using keyword (#14772)

Release Notes:

- Added syntax highlighting for the `using` keyword in TypeScript
([#14762](https://github.com/zed-industries/zed/issues/14762)).
This commit is contained in:
versecafe 2024-07-18 17:33:13 -04:00 committed by GitHub
parent ad3055076d
commit 3c417864e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -193,6 +193,7 @@
"throw"
"try"
"typeof"
"using"
"var"
"void"
"while"

View file

@ -193,6 +193,7 @@
"throw"
"try"
"typeof"
"using"
"var"
"void"
"while"