---input---
$ ls \
  hi
hi

---tokens---
'$ '          Generic.Prompt
'ls'          Text
' '           Text
'\\\n'        Literal.String.Escape

'  '          Text
'hi'          Text
'\n'          Text

'hi\n'        Generic.Output
