---input---
* *foo*
* bar

---tokens---
'*'           Keyword
' '           Text.Whitespace
'*foo*'       Generic.Emph
'\n'          Text.Whitespace

'*'           Keyword
' '           Text.Whitespace
'bar'         Text
'\n'          Text.Whitespace
