mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(queries/nix): add support for pipe operator
This commit is contained in:
parent
684eeac91e
commit
dc079ef1d6
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,8 @@ function: (select_expression
|
|||
"="
|
||||
"@"
|
||||
"?"
|
||||
"<|"
|
||||
"|>"
|
||||
] @operator
|
||||
|
||||
; integers, also highlight a unary -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue