Skip to content

paul-english/asp-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Languages

  • Emacs Lisp 100.0%