Skip to content

Instantly share code, notes, and snippets.

@WMeldon
WMeldon / ember.plugin.zsh
Created July 17, 2014 18:56
Ember command completion for (oh-my) ZSH.
# ------------------------------------------------------------------------------
# FILE: ember.plugin.zsh
# DESCRIPTION: oh-my-zsh ember plugin file.
# AUTHOR: Will Meldon (wdmeldon@gmail.com)
# VERSION: 0.0.1
# ------------------------------------------------------------------------------
# Based (heavily) on composer.plugin.zsh
#
# Ember basic command completion
_ember_get_command_list () {
@WMeldon
WMeldon / ApiBlueprint.tmLanguage
Last active December 31, 2015 12:49
API Blueprint linter for ST.
<?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>mdown</string>
<string>markdown</string>
<string>markdn</string>
<string>md.hbs</string>