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:
parent
ad3055076d
commit
3c417864e6
2 changed files with 2 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
"throw"
|
||||
"try"
|
||||
"typeof"
|
||||
"using"
|
||||
"var"
|
||||
"void"
|
||||
"while"
|
||||
|
|
|
@ -193,6 +193,7 @@
|
|||
"throw"
|
||||
"try"
|
||||
"typeof"
|
||||
"using"
|
||||
"var"
|
||||
"void"
|
||||
"while"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue