Page 1 of 1

ASP syntax does not work

Posted: Thu Mar 08, 2001 7:14 pm
by Andy Goerdel
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

Re: ASP syntax does not work

Posted: Fri Mar 09, 2001 9:49 pm
by Andy Goerdel
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!