In SugarCube 2, the text Hello //*World// will render as:
Hello <em>*World</em>
However, this extension incorrectly sees the /* as the start of a block comment, and will highlight the //*World and all text after it (including subsequent passages in the same file) as a comment.
In SugarCube 2, the text
Hello //*World//
will render as:However, this extension incorrectly sees the
/*
as the start of a block comment, and will highlight the//*World
and all text after it (including subsequent passages in the same file) as a comment.