SublimeText as Lobster IDE

Running Lobster programs from within the editor

Editing

By default, SublimeText comes set up insert tabs into your code, which is against the Lobster style guide, and can result in errors if you modify the existing examples. Add "translate_tabs_to_spaces": true to your user settings.

Error Highlighting

The build script parses Lobster error messages, so just pressing F4 will get you to the line of the error.

Syntax Highlighting

The lobster.tmLanguage file you copied should provide automatic syntax highlighting for any .lobster files.