Skip to content

Instantly share code, notes, and snippets.

View wiserweb's full-sized avatar

wiserweb wiserweb

View GitHub Profile
@wiserweb
wiserweb / meteor_highlight_rules.js
Last active July 26, 2016 17:22
This is an ace ide rule that allows for mixed syntax highlighting of handlebars and html in a .html document. (https://github.com/ajaxorg/ace) : Tested here: https://ace.c9.io/tool/mode_creator.html
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;
# 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