Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Seatfrog\WebservicesBundle\Command;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\Tools\SchemaTool;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
function getDepth(ArrayCollection $set, $currentItem, $currentDepth) {
@z4c
z4c / howto-coffee-jade-stylus-highlighting-sublime-text-2.md
Last active December 18, 2015 04:59 — forked from liamdon/gist:2467603
Jade Stylus Coffee highlighting on Sublime text 2

Step 1: Clone the bundles into your Sublime Text packages directory

For OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
For Linux
cd ~/.config/sublime-text-2/Packages