about summary refs log tree commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/ifsetor.sublime-snippet
blob: e85cc63d3e734fc6d466040a6972d20014cd10ae (plain) (blame)
1
2
3
4
5
6
7
8
9
<snippet>
  <content><![CDATA[
ifsetor($1, ${2:null})
]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>ifs</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <scope>source.php</scope>
</snippet>