Cloud9 IDE/JavaScript
Appearance
Cloud9 may be used for JavaScript development, but by default the runner for JavaScript is Node.js.
To add a new runner for JavaScript files, use the following configuration. Save the new runner as JavaScript (Rhino).run
.
{
"cmd" : ["js", "$file", "$args"],
"info" : "Running $file_name",
"selector" : "source.js"
}