From a79baf039936598a146c1f159881208307f0ef43 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 8 May 2023 17:39:34 -0400 Subject: [PATCH] fix(typescript): remove duplicate capture --- queries/typescript/highlights.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/queries/typescript/highlights.scm b/queries/typescript/highlights.scm index 13b7d99a8..b82231567 100644 --- a/queries/typescript/highlights.scm +++ b/queries/typescript/highlights.scm @@ -55,9 +55,6 @@ (type_annotation ":" @punctuation.delimiter) -(pair - ":" @punctuation.delimiter) - (index_signature ":" @punctuation.delimiter)