This covers Adobe’s OpenType Feature File Specification used by the AFDKO. As well as syntax highlighting, there are also a couple of snippets for creating features, tables etc.
- Package Control: Install Package
OpenType Feature Bundle
- Restart Sublime Text
- Make a new bundles folder
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
- Open the new folder
cd ~/Library/Application\ Support/TextMate/Bundles
- Clone to your new folder
git clone git://github.com/brew/opentype-feature-bundle.git "opentype-feature-bundle.tmbundle"
- Reload TextMate Bundles
osascript -e 'tell app "TextMate" to reload bundles'
Kenneth Ormandy maintains an Atom package that supports the Atom text editor.
My thanks to Tal Leming for contributing some snippets and keywords before this became a Github project.
I'm more than happy to accept pull requests!