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)