crates/languages/src/tsx/highlights.scm 🔗
@@ -193,6 +193,7 @@
"throw"
"try"
"typeof"
+ "using"
"var"
"void"
"while"
versecafe created
Release Notes:
- Added syntax highlighting for the `using` keyword in TypeScript
([#14762](https://github.com/zed-industries/zed/issues/14762)).
crates/languages/src/tsx/highlights.scm | 1 +
crates/languages/src/typescript/highlights.scm | 1 +
2 files changed, 2 insertions(+)
@@ -193,6 +193,7 @@
"throw"
"try"
"typeof"
+ "using"
"var"
"void"
"while"
@@ -193,6 +193,7 @@
"throw"
"try"
"typeof"
+ "using"
"var"
"void"
"while"