Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
I would like to be able to style it differently from all other @operator nodes.
Describe the solution you'd like
For example, you might change the rule from something like (attribute_name) (attribute_value) to (attribute_name) (equal_sign) (attribute_value)
Describe alternatives you've considered
I've tried fancy queries, but to no avail.
Additional context
No response