knrafto / language-bash

Parse and pretty-print Bash shell scripts
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

Parse pipelines that span multiple lines #32

Open knrafto opened 4 years ago

knrafto commented 4 years ago

e.g.

echo 'foo' |
  cat

Right now we can't handle a newline after |.