Created
August 21, 2012 09:13
-
-
Save wprater/3413799 to your computer and use it in GitHub Desktop.
RubyMotion module for SublimeLinter bundle for Sublime Text.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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