Skip to content

Instantly share code, notes, and snippets.

@jasonrobertfox
Created December 30, 2012 01:14
Show Gist options
  • Save jasonrobertfox/4410362 to your computer and use it in GitHub Desktop.
Save jasonrobertfox/4410362 to your computer and use it in GitHub Desktop.
Sublime Snippet: PHP basic head block.
<snippet>
<content><![CDATA[
<?php
/**
* ${1:project}
*
* @copyright Copyright (c) 2013, Jason Fox (jasonrobertfox.com)
* @license This source file is the property of Jason Fox and may not be redistributed in part or its entirty without the expressed written consent of Jason Fox.
* @author Jason Fox <[email protected]>
*/
${0}
]]></content>
<tabTrigger>top</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment