|
An emacs mode for pilrc source files.
Features: - syntax highlighting
- speedbar support
- (very) simple indenting
The main feature is the syntax highlighting (my emacs looks like a xmas tree ;-)
Here an a example how pilrc code might look like in your emacs (colors may vary depending on your .emacs file):
ALERT ID alertId_notyetimpl
ERROR
BEGIN
TITLE "Error"
MESSAGE "Sorry, not yet implemented."
BUTTONS "OK"
END
New: Version 0.2 now under GPL (Gnu Public License)
(Which was my intention all the time, I just did not know how.)
|