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:
@@ -193,6 +193,7 @@
|
||||
"throw"
|
||||
"try"
|
||||
"typeof"
|
||||
"using"
|
||||
"var"
|
||||
"void"
|
||||
"while"
|
||||
|
||||
@@ -193,6 +193,7 @@
|
||||
"throw"
|
||||
"try"
|
||||
"typeof"
|
||||
"using"
|
||||
"var"
|
||||
"void"
|
||||
"while"
|
||||
|
||||
Reference in New Issue
Block a user