Inform 6 syntax highlighting for Sublime Text 2/3
Inform 6 is a language for creating text adventures (interactive fiction): http://inform-fiction.org/
This package is based on the original syntax definition made by Chris Thomas.
Syntax highlighting is automatically selected for .inf files. For .h files you have to select it manually (due to a conflict with C/C++ definitions).
- If you don’t have Package Control installed yet, do so via Tools > Install Package Control… on ST3 or via instructions for ST2.
- Hit Ctrl+Shift+P (Cmd+Shift+P), type install and select Package Control: Install Package.
- Type inform and then select Inform 6.
- Done!
Download and copy the inform6.tmLanguage file to the Sublime Text user packages folder:
- Windows:
%APPDATA%\Sublime Text 3\Packages
- OS X:
~/Library/Application Support/Sublime Text 3/Packages
- Linux:
~/.config/sublime-text-3/Packages
Use the PackageDev package to convert inform6.YAML-tmLanguage to inform6.tmLanguage.