Created
August 11, 2016 10:54
-
-
Save monkstone/5f42ed8d78f582914e789b378d25a44c to your computer and use it in GitHub Desktop.
Atom-Runner configuration
This file contains hidden or 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
"*": | |
... | |
'runner': | |
'scopes': | |
'coffee': 'coffee' | |
'js': 'node' | |
'ruby': 'jruby' | |
'python': 'python' | |
'go': 'go run' | |
'shell': 'bash' | |
'powershell': 'powershell -noninteractive -noprofile -c -' | |
'extensions': | |
'spec.coffee': 'mocha' | |
'ps1': 'powershell –file' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment