When I comment an HTML tag it seems pairing with uncomment tag. For Example: ``` <div> <!-- <div> --> </div> ``` It should 1st div paring with 3rd div, but not. 2nd div pairing with 3rd div. Here my screenshot: 