Skip to content

Instantly share code, notes, and snippets.

View bmomberger-bitovi's full-sized avatar

Brad Momberger bmomberger-bitovi

View GitHub Profile
var fs = require('fs');
var path = require('path');
var exec = require('child_process').exec;
module.exports = {
getOptions: function () {
return [];
},
var fs = require('fs');
var path = require('path');
var exec = require('child_process').exec;
module.exports = {
getOptions: function () {
return [{
name: "branch",
type: "input",
@bmomberger-bitovi
bmomberger-bitovi / Screen Shot 2017-10-20 at 7.41.50 PM.png
Last active October 21, 2017 18:38
Blog post proposal for Stache magic
Screen Shot 2017-10-20 at 7.41.50 PM.png
@bmomberger-bitovi
bmomberger-bitovi / done-component.tmLanguage
Last active June 20, 2019 21:01
A TextMate-compatible syntax highlighter for DoneJS .component files (requires LESS and Mustache highlighters -- see comments)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>component</string>
</array>
<key>firstLineMatch</key>
<string>&lt;(?i:can-component)</string>