dotfiles/sublime/.config/sublime-text-3/Packages/User/ifsetor.sublime-snippet

10 lines
295 B
Plaintext
Raw Normal View History

2018-10-01 04:51:07 +00:00
<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>