I'm having the same problem. This impacts my work greatly because most of the files I work with are ASP files. I would appreciate it if this was fixed or a way to fix was publicized as soon as possible.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
same problem here. It worked when I started notepad++ for the first time after installing V4. But now the syntax highlighting is gone.
In V3 no problem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have some problems with PHP too:
If inside a string variable contaning html, I want to comment html code with <!-- and --> I lost sintax highlighting beyond the -->
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found that ASP syntax highlighting will only work if you have the <%@ Language="VBScript" %> at the top. This is strictly optional and many ASP files do not have this because ASP will default to VBScript anyhow.
Another problem I have noticed is that the functions list only displays functions (and not subroutines.) It would be nice if it displayed both. Subroutines technically are nothing more than functions with no return value.
Can't wait for the fix. I look forward to showing this off at work :)
Otherwise, this is an awesome release!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In previous versions never had a problem with the ASP syntax highlighting, but in 4.0 it does not work anymore :(
update.
<%@ Language="JScript" %>
plz. read prev. message.
I'm having the same problem. This impacts my work greatly because most of the files I work with are ASP files. I would appreciate it if this was fixed or a way to fix was publicized as soon as possible.
same problem here. It worked when I started notepad++ for the first time after installing V4. But now the syntax highlighting is gone.
In V3 no problem
Same here. No syntax highlighting for ASP.
Same here. No syntax highlighting for ASP.
This is a fairly important matter so many of us. I'm bumping it in hopes of it getting fixed soon.
(*Sigh*)
Ok, I will fix it as soon as I can.
Don
I have some problems with PHP too:
If inside a string variable contaning html, I want to comment html code with <!-- and --> I lost sintax highlighting beyond the -->
The Asp definitions in XML files (langs, stylers) are equals to 3.9... I seems that we users can't do nothing to fix.
I found that ASP syntax highlighting will only work if you have the <%@ Language="VBScript" %> at the top. This is strictly optional and many ASP files do not have this because ASP will default to VBScript anyhow.
Another problem I have noticed is that the functions list only displays functions (and not subroutines.) It would be nice if it displayed both. Subroutines technically are nothing more than functions with no return value.
Can't wait for the fix. I look forward to showing this off at work :)
Otherwise, this is an awesome release!
I'll also comment that the language option can not be used in external include files.
ASP syntax highlighting does not work when in the top of file we have this string:
<%@ Language="JScript" %> or <%@ Language="JavaScript" %>
Can you fix it ? I really need it.
Thx.
And many thanks to developers this awesome product ! Notepad++ the best !