#5288
Yutaka Emura
Keymaster

xxx_pic wrote:
Version: 7.00 final to 7.00.1 RC6

In HTML Tags or Comments the cannot Highlight Matching Brackets

Example (HTML file):

<!–
[ something ]
( something )
–>

// ( something )

Example (JS file):
// [ something ]

Example (VBS file):
‘ [ something ]

This is not a bug. Matching bracket does not work in comments any more due to users’ request.