Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
/ asp-mode Public archive

A simple ASP mode for Emacs which does syntax highlighting and indentation support

Notifications You must be signed in to change notification settings

chrisdone-archive/asp-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

About

A simple ASP mode for Emacs which does syntax highlighting and
indentation support.

I needed to use ASP at work in Emacs and it's a pain in the ass to
manually indent. There's a Visual Basic mode knocking about which
automatically capitalises every keywoard you type but I have no use
for that, and the mode doesn't do keyword highlighting. This does.

Installation

To automatically load files with a .asp extension, put the following
lines in your .emacs file:                                                                                                                                  

    (autoload 'asp-mode "asp-mode")
    (setq auto-mode-alist 
       (cons '("\\.asp\\'" . asp-mode) auto-mode-alist))

About

A simple ASP mode for Emacs which does syntax highlighting and indentation support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published