Remove operator and keyword assignments duplicated by simpler tokens

This commit is contained in:
Alan Russell 2025-07-18 16:35:27 +01:00
parent 86d9c663a5
commit e805476f0a
No known key found for this signature in database

View file

@ -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