bens-dotfiles/sublime/.config/sublime-text-3/Packages/User/session.sublime-snippet

10 lines
290 B
XML
Executable File

<snippet>
<content><![CDATA[
\$_SESSION["$1"]
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>sesh</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.php</scope>
</snippet>