Return to Snippet

Revision: 64572
at August 23, 2013 22:22 by brownrl


Updated Code
<snippet>
  <content><![CDATA[
/**
 * ${1:Short Description of File}
 *
 * @category ${2:Category}
 * @package  ${3:Package}
 * @author   Rob Brown <[email protected]>
 * @license  http://www.gnu.org/philosophy/free-sw.html GPL Free
 * @link     http://www.itsgotto.be/cv.php
 */

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>fic</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>

Revision: 64571
at August 23, 2013 20:21 by brownrl


Initial Code
<snippet>
  <content><![CDATA[
/**
 * @file
 * ${1:File Description}
 */

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>fic</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>

Initial URL
http://www.itsgotto.be/cv.php

Initial Description
Generate a generic file comment

Initial Title
Sublimee Snippet: Fic

Initial Tags
php, file

Initial Language
PHP