Script editor wrong brace matching

the { in comment is considered a legal grammatical element

function OnInit(initData)
{
	initData.name = "test1";
	initData.version = "1.0";

	if(1){
  //if(0){

	}
}


dopus version:
Directory Opus 13.24.1 (Beta) Build 9501 x64
OS 10.0 (B:19045 P:2 T:1) SP 0.0

That's been fixed for the next update. Thanks for the report!