From e805476f0a1a82aa819dcbde9186ad71b610cf33 Mon Sep 17 00:00:00 2001 From: Alan Russell Date: Fri, 18 Jul 2025 16:35:27 +0100 Subject: [PATCH] Remove operator and keyword assignments duplicated by simpler tokens --- runtime/queries/groq/highlights.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/runtime/queries/groq/highlights.scm b/runtime/queries/groq/highlights.scm index 5d35b9a0d..a8cc05630 100644 --- a/runtime/queries/groq/highlights.scm +++ b/runtime/queries/groq/highlights.scm @@ -84,24 +84,6 @@ ; Comments (comment) @comment @spell -; Conditional projections -(conditional_projection - "=>" @operator) - -; Select statements -(select_statement - "..." @operator - "select" @keyword - "=>" @operator) - -; Spread operators -(spread_operator - "..." @operator) - -; Array access -(attribute_access - "." @punctuation.delimiter) - ; String keys in projections/objects (pair (literal