Advertisement
Patrickquinn1212

sSublime Sniipett

Aug 7th, 2019 (edited)
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.64 KB | None | 0 0
  1. <snippet>
  2.     <!-- Type `partialcomment` or `pcomment` and hit tab to output a comment block. -->
  3.     <!-- Type a short description of your partial and you're good to go! -->
  4.    <content><![CDATA[
  5. //--------------------------------------------------------------
  6. // ${1:Partial Description}
  7. //--------------------------------------------------------------
  8. ]]></content>
  9.    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  10.    <tabTrigger>partialcomment</tabTrigger>
  11.    <tabTrigger>pcomment</tabTrigger>
  12.    <!-- Optional: Set a scope to limit where the snippet will trigger -->
  13.    <scope>source.c</scope>
  14. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement