ASP Mode Plugin | By André Kaplan kaplaan@hotmail.com |
Active Server Pages aka. ASP is the most popular tool for generating Web
pages on Win32 platforms.
An ASP page consists of HTML Tags mixed with server-side SCRIPT
tags,
<% %>
tags and Server-Side Includes (SSI).
The server-side tags are evaluated by the web server and sent as HTML (or any other
MIME type) to the browser.
Furthermore, ASP has the ability to mix several server-side scripting languages in one page (mainly VBScript, Javascript and Perlscript). So it's possible to benefit from the best features of each of these scripting languages.
The ASP Mode plugin is my effort to provide a good ASP syntax colorizing mode for jEdit. It is conceived to handle documents written using multiple scripting languages. It is also modular, so it's quite easy to add other scripting languages (eg. Pythonscript).
<% %>
tags within client-side scripts.
<%@language="X" %>
ASP directive for default server-side
scripting language is taken into account.