Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment Causes Closing Bracket in ASP to be Colored the Same as the Comment #13901

Closed
beatinger opened this issue Jul 15, 2023 · 0 comments
Closed

Comments

@beatinger
Copy link

beatinger commented Jul 15, 2023

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

  1. Add/write a <% ' Code comment %> in the code.
  2. 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.

@beatinger beatinger changed the title Comment Causes Closing Brack in ASP to be Colored the Same as the Comment Comment Causes Closing Bracket in ASP to be Colored the Same as the Comment Jul 15, 2023
@donho donho closed this as completed in cc1a3c8 Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant