Created
December 30, 2012 01:14
-
-
Save jasonrobertfox/4410362 to your computer and use it in GitHub Desktop.
Sublime Snippet: PHP basic head block.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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