crates/languages/src/typescript/highlights.scm 🔗
@@ -219,6 +219,7 @@
"enum"
"export"
"implements"
+ "infer"
"interface"
"keyof"
"namespace"
rimuy created
This PR adds syntax highlighting to TypeScript's
[`infer`](https://www.typescriptlang.org/docs/handbook/2/conditional-types.html#inferring-within-conditional-types)
keyword.
Theme used: Sandcastle
**Before:**

**After:**

Release Notes:
- Added syntax highlighting to TypeScript's `infer` keyword
([#14696](https://github.com/zed-industries/zed/pull/14696))
crates/languages/src/typescript/highlights.scm | 1 +
1 file changed, 1 insertion(+)
@@ -219,6 +219,7 @@
"enum"
"export"
"implements"
+ "infer"
"interface"
"keyof"
"namespace"