Skip to content

Instantly share code, notes, and snippets.

@wprater
Created August 21, 2012 09:13
Embed
What would you like to do?
RubyMotion module for SublimeLinter bundle for Sublime Text.
from ruby import Linter
CONFIG = {
'language': 'RubyMotion',
'executable': '/Library/RubyMotion/bin/ruby',
'lint_args': '-wc'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment