91adf9359f
This patch fixes syntax highlighting for any comments that begin with a delimiter, which would previously prevent the comment’s leading token from being parsed correctly. The fix is to prevent slashes to be merged with any other delimiter, except for other slashes and asterisks.