GNOME Bugzilla – Bug 551942
Bracket-Containing Comments Break Bracket Matching
Last modified: 2009-03-06 12:00:20 UTC
(Say that seven times.) Description/steps to reproduce: <html> <head> </head> <body> <script type="text/javascript"> document.write("Hello World!"/* ) */ ); </script> </body> </html> If the cursor is at the "(" after "document.write", it highlights the commented ")" as its match.
Yeah, bracket highlighting is fairly stupid, it doesn't know about highlighting contexts
*** This bug has been marked as a duplicate of 547151 ***