Remove projection and object highlights

These are just pairs of curly braces, covered by punctuation.brackets
higher up
This commit is contained in:
Alan Russell 2025-07-18 09:25:20 +01:00
parent 5374f4ff89
commit 05faf4ad7a
No known key found for this signature in database

View file

@ -84,15 +84,6 @@
; Comments ; Comments
(comment) @comment @spell (comment) @comment @spell
; Projections and objects
(projection
"{" @punctuation.bracket
"}" @punctuation.bracket)
(object
"{" @punctuation.bracket
"}" @punctuation.bracket)
; Conditional projections ; Conditional projections
(conditional_projection (conditional_projection
"=>" @operator) "=>" @operator)