[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 30f696f567
commit 9db2ace139

View File

@ -110,7 +110,6 @@
(binary_expression ["&&" "||"] @keyword.operator.logical.shell)
(pipeline "|" @keyword.operator.pipe.shell)
(expansion operator: "#" @keyword.operator.expansion.shell)
; "*" @keyword.operator.glob.shell