[tree-sitter] Add the pipe character (|) as an operator

This commit is contained in:
Andrew Dupont 2023-12-19 00:54:02 -08:00
parent daf063750e
commit 818d204716

View File

@ -103,6 +103,9 @@
(list ["&&" "||"] @keyword.operator.logical.shell)
(binary_expression ["&&" "||"] @keyword.operator.logical.shell)
(pipeline "|" @keyword.operator.pipe.shell)
; "*" @keyword.operator.glob.shell
[