-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Description of the Issue:
Code comments in the source color the end brack GREEN instead of keeping it as the proper color (Yellow in this case).
Steps to Reproduce the Issue:
Set of steps to reproduce this issue
- Add/write a <% ' Code comment %> in the code.
- Observe the color of the opening bracket and the color of the closing bracket.
Expected Behavior:
The closing bracket should NOT be colored the same as the comment itself.
Actual Behavior:
The closing bracket (i.e. %>) is the same color as the comment.
Debug Information:
Notepad++ v8.4.9 (64-bit)
Build time : Jan 27 2023 - 03:11:16
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line : "E:\Inetpub\edenusa.com\MemberLogin\startpage.asp"
Admin mode : ON
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows Server 2019 Datacenter (64-bit)
OS Version : 1809
OS Build : 17763.4645
Current ANSI codepage : 1252
Plugins :
AutoSave (1.6.1)
mimeTools (2.9)
NppConverter (4.5)
NppExport (0.4)
SQLinFormNpp64 (5.3.35)
<% ' 2. EVENT-ID/ORDER-ID: IF in Administrator mode, then allow the administrator to edit the event details: %>
In the above statement, the opening bracket is YELLOW and the closing bracket is GREEN, which is the same color as the comment.