Inform Syntax Highlighting Files for Crimson Editor, with minor additions 
for Swedish Inform

Originally written in 2003 by Paolo Lucchesi. 
Extended in 2005 by Fredrik Ramsberg.

Inform is an object oriented programming language used for authoring works of
Interactive Fiction (a.k.a. Text Adventures).
This archive contains the files to have syntax highlighting for inform source 
files (.inf) and Inform header files (.h). 

To use these files, just unpack the archive into the Crimson Editor 
installation directory (usually "C:\Program Files\Crimson Editor", but not 
always).
The inform.key and inform.spc files should go in the spec subdirectory,
while the extension.inf file should go in the link subdirectory, but usually
you unzipper should do the work for you (with WinZip, keep the option "use
folder names").

You can change the colors in the Tools/Preferences page, under Colors. 
Only keyword0 - keyword5 colors (along with strings, comments and all the 
"general" categories) are used.

These files apply the correct syntax highlighting to the normal (.inf) Inform
source file as well as to the inform library extension file (.h). 

The .h suffix is normally used for c/c++ header files. If you want to keep this 
behaviour, either choose not to overwrite extension.h when unpacking the
archive, or after installation, delete extension.h and make a copy of 
extension.c called extension.h in the link subfolder.
 
Remember you can always change the highlighting of a certain file, by using
the "Document/Syntax type" option everytime you open it.

File list:

    Crimson_inform.txt      (this file)
    extension.h             (in link subfolder)
    extension.inf           (in link subfolder)
    inform.key              (in spec subfolder)
    inform.spc              (in spec subfolder)

These files are in Public Domain.
These files are distribuited WITHOUT ANY WARRANTY of any sort.

Crimson Editor: Copyright (C) 1999-2003 Ingyu Kang, All right reserved.

------------------------