Syntax highlighting for FreeSpace 2 mission and table files.
Supported file types:
- .fs2
- .fc2
- .tbl
- .tbm
##Installation
###TextMate
- Download the zip file of the source code.
- Unzip it.
- Rename the resulting folder to
freespace2.tmbundle
. - Double-click
freespace2.tmbundle
to have TextMate install it.
###SublimeText
- Complete steps 1 through 3 in the TextMate installation instructions.
- Use Sublime Text's "Browse Packages..." menu option to open its packages folder.
- Drag freespace2.tmbundle into that folder
- Restart Sublime Text.
- Detect SEXP operators correctly even when not separated by whitespace from parentheses
- Allow space between digit and closing parenthesis in XSTR construct
- Derp...
- Redefines some language elements (again) for better cross-compatibility with Atom's default themes
- Fine tunes a couple of the regular expressions
- Adjusts SEXP detection to work around a bug in Sublime Text
- Restructures SEXP handling to be much more robust
- Better differentiates some language elements
- Initial release