FreeSpace 2 support in TextMate (and Sublime Text)
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.
Changelog
0.3.3
- Detect SEXP operators correctly even when not separated by whitespace from parentheses
0.3.2
- Allow space between digit and closing parenthesis in XSTR construct
0.3.1
- Derp...
0.3.0
- Redefines some language elements (again) for better cross-compatibility with Atom's default themes
- Fine tunes a couple of the regular expressions
0.2.1
- Adjusts SEXP detection to work around a bug in Sublime Text
0.2.0
- Restructures SEXP handling to be much more robust
- Better differentiates some language elements
0.1.0
- Initial release