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
define(function(require, exports, module) { | |
"use strict"; | |
var oop = require("../lib/oop"); | |
var lang = require("../lib/lang"); | |
var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules; | |
var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules; | |
var XmlHighlightRules = require("./xml_highlight_rules").XmlHighlightRules; |
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
# https://docs.c9.io/docs/running-your-own-ssh-workspace | |
# https://github.com/c9/install/ | |
curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash |
NewerOlder