From 05faf4ad7a48ce6bb4a33a68dd71b2f24d74d2d4 Mon Sep 17 00:00:00 2001 From: Alan Russell Date: Fri, 18 Jul 2025 09:25:20 +0100 Subject: [PATCH] Remove projection and object highlights These are just pairs of curly braces, covered by punctuation.brackets higher up --- runtime/queries/groq/highlights.scm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/runtime/queries/groq/highlights.scm b/runtime/queries/groq/highlights.scm index 6a6bdd0e7..b9e6c019a 100644 --- a/runtime/queries/groq/highlights.scm +++ b/runtime/queries/groq/highlights.scm @@ -84,15 +84,6 @@ ; Comments (comment) @comment @spell -; Projections and objects -(projection - "{" @punctuation.bracket - "}" @punctuation.bracket) - -(object - "{" @punctuation.bracket - "}" @punctuation.bracket) - ; Conditional projections (conditional_projection "=>" @operator)