|
Emacs
I put together an ampl major
mode for Emacs. The current
version, v0.1, has syntax highlighting and indentation. It seems
to be quite efficient, but be tolerant as i am still
learning Emacs-Lisp.
There is a version for Emacs 21+:
ampl-mode.tar.gz. The tar file
contains the Emacs-Lisp source and
installation instructions,
The above version will not work well in Emacs 20+ because
of the treatment of regular expressions, so please
check which version you are running. The following version
should work at least in Emacs 20+:
ampl-mode20.tar.gz. The tar file
contains the Emacs-Lisp source and
installation instructions.
Vim
A similar syntax highlighting mode is available for Vim. The tar file
ampl-vim.tar.gz contains
the Vim source and installation
instructions.
Please send me
your comments, suggestions and curses. I will do what i can to
improve these major modes.
Changelog
Last update: May 5th, 2003.
|