Homepage: http://www.rupert-lane.org/inform-mode
Author: Gareth Rees, Michael Fessler, Rupert Lane
Updated:
Major mode for Inform 6 interactive fiction code
Inform is a compiler for adventure games by Graham Nelson, available at http://www.inform-fiction.org/inform6.html This file implements a major mode for editing Inform 6 programs. It understands most Inform syntax and is capable of indenting lines and formatting quoted strings. Type `C-h m' within Inform mode for more details. Because Inform header files use the extension ".h" just as C header files do, the function `inform-maybe-mode' is provided. It looks at the contents of the current buffer; if it thinks the buffer is in Inform, it selects inform-mode; otherwise it selects the mode given by the variable `inform-maybe-other'. Latest version of this mode can be found at http://www.rupert-lane.org/inform-mode/ Please send any bugs or comments to rupert@rupert-lane.org