Blockcomment highlighting

Status
Not open for further replies.
First of all, thanks for fixing the syntax highlighting issue of the new Hive version so fast.

Some more feedback: It seems that vJass blockcomments are not highlighted properly in the new Hive version:

JASS:
// Line comments are highlighted correctly: function, if, globals

/*****************************************************************
* Block comments not yet: function, if, globals
*****************************************************************/

The blockcomment is apparently not recognized as an own token for highlighting at the moment, which was/is the case in the old Hive.
 
Status
Not open for further replies.
Back
Top