---input---
/*
 * comment
 */
; comment
// comment

---tokens---
'/*\n * comment\n */' Comment.Multiline
'\n'          Text

'; comment'   Comment.Single
'\n'          Text

'// comment'  Comment.Single
'\n'          Text
