I have tried all 3 of the syntax files available for ASP and am finding that for version 4.4.1 anyway, the syntax definitions are all messed up. For instance, a single quote (which is indeed defined as a single comment line starter in the syntax file) is indicating comments from that point until another single quote is reached in my file. Any ideas?
TIA,
Andy
ASP syntax does not work
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: ASP syntax does not work
We figured this out. The problem was that the HTML document class included *.ASP as a member. Once we removed ASP from the HTML document class, the syntax file worked great!