---input---
(;
    comment
;)

---tokens---
'(;'          Comment.Multiline
'\n    comment\n' Comment.Multiline

';)'          Comment.Multiline
'\n'          Text
