BBEdit/TextWrangler Language Module for Inform 7
https://github.com/erkyrath/BBLM-Inform7
Created by Andrew Plotkin

This is a simple syntax coloring module for Inform 7. It is not as
complete as the syntax-coloring in the I7 IDEs. This module currently
handles comments (including nested comments), strings, string
substitutions, section headers, and I6 inclusions. Sections will
be listed in the editor's "Functions" menu, and are also foldable.

To install, copy the "Inform7-LM.bblm" package (and its contents) to
the appropriate directory, depending on which editor you're using:

    ~/Library/Application Support/BBEdit/Language Modules/
    ~/Library/Application Support/TextWrangler/Language Modules/
    
(You may need to create the "Language Modules" folder.)
    
Then restart BBEdit/TextWrangler.

Once you restart, "Inform 7" should be visible in the Language menu
(under Text Options). It will be associated with the ".ni" and ".i7x"
suffixes.

