Skip to content

Instantly share code, notes, and snippets.

@monkstone
Created August 11, 2016 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkstone/5f42ed8d78f582914e789b378d25a44c to your computer and use it in GitHub Desktop.
Save monkstone/5f42ed8d78f582914e789b378d25a44c to your computer and use it in GitHub Desktop.
Atom-Runner configuration
"*":
...
'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