/slime.tmbundle

This is the Sublime Text/Textmate bundle for Slime template language

Slime Sublime/TextMate Bundle

This is the Sublime Text/Textmate bundle for Slime, based on the Ruby Slim bundle, which is based on the Handcrafted Haml bundle.

Installation (Sublime Text)

Install it via Package Control. Package name is Slime.

TextMate

My primary editor is Sublime Text, so unfortunately I can't check all Text Mate's features. If you run into any issues, just tell me and I'll try to fix them.

Troubleshooting

  • Autocomplete popup doesn't appear for snippets in Sublime Text

    You might want to add this line to your config (either syntax specific or system wide):

    "auto_complete_selector": "source, text"

    Details.