ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

Better language detection when selecting code #97

Closed ioquatix closed 5 years ago

ioquatix commented 6 years ago

When running code from a README.md, we could extract the language from the code fence, e.g.

image

It would be pretty awesome if I could just highlight the ruby code and execute it.

ioquatix commented 5 years ago

This is now implemented.