Here are two modes for the editor jed, made by me (Claudio Fanelli) and Tommaso Ducci.
For problems or suggestion write to me (claudio@claudiofanelli.it)

ASP mode

This is a simple ASP (with vbscript) mode. It does not defined any form of indentation style. Rather, it simply implements a highlighting scheme. It highlighting statement of the linguage and methods and propertyes of the standard vbscript+asp classes (with the exception of ADO classes). It is based on sh_mode.sl

INSTALL:

  1. put this file in the directory where the other modes reside (ex. /usr/share/jed/lib/)
  2. add autoload("asp_mode", "aspmode") to your .jedrc ( or add the line
    "asp_mode", "aspmode",
    to _autoload() in site.sl if you want that all users have it loaded)

download

VBSCRIPT mode

This is a simple vbscript mode((it is a subset of aspmode)). It does not defined any form of indentation style. Rather, it simply implements a highlighting scheme. It highlighting statement of the linguage and methods and propertyes of the standard vbscript+asp classes (with the exception of ADO classes). It is based on sh_mode.sl

INSTALL:

  1. put this file in the directory where the other modes reside (ex. /usr/share/jed/lib/)
  2. add autoload("vb_mode", "vbmode") to your .jedrc ( or add the line
    "vb_mode", "vbmode",
    to _autoload() in site.sl if you want that all users have it loaded)

download