Tab Indenting Broken In Script Editor After Comment

Running Under 6.1

If you have an if statement or any nested set of statements and place a comment in the middle of it the tab indenting after the comment is broken. Does anyone else see this?

:if (true) do={

# Comment - Tab Indenting is Broken After this....
  :if (true) do={ 
    

  } else={

  }
}

-Eric