Sublimee Snippet: Fic


/ Published in: PHP
Save to your folder(s)

Generate a generic file comment


Copy this code and paste it in your HTML
  1. <snippet>
  2. <content><![CDATA[
  3. /**
  4.  * ${1:Short Description of File}
  5.  *
  6.  * @category ${2:Category}
  7.  * @package ${3:Package}
  8.  * @author Rob Brown <[email protected]>
  9.  * @license http://www.gnu.org/philosophy/free-sw.html GPL Free
  10.  * @link http://www.itsgotto.be/cv.php
  11.  */
  12.  
  13. ]]></content>
  14. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  15. <tabTrigger>fic</tabTrigger>
  16. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  17. <!-- <scope>source.python</scope> -->
  18. </snippet>

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.