highlights(bash): add operators ">>", "<<"

This commit is contained in:
Stephan Seitz 2022-03-16 13:37:39 +01:00
parent f18234ec5f
commit 4fa30b5249

View file

@ -27,7 +27,9 @@
[ [
">" ">"
">>"
"<" "<"
"<<"
"&" "&"
"&&" "&&"
"|" "|"