### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug If there is one line without EOL: ``// comment``: it can't highlight correctly. If add a EOL: ``// comment<CRLF>``: then it renders correctly.   ### To Reproduce ObjectPascal: ``// comment`` vs ``// comment<CRLF>``