feat(queries/nix): add support for pipe operator

This commit is contained in:
isabel 2025-04-15 22:46:28 +01:00 committed by GitHub
parent 684eeac91e
commit dc079ef1d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,6 +186,8 @@ function: (select_expression
"="
"@"
"?"
"<|"
"|>"
] @operator
; integers, also highlight a unary -